Projection operator onto the set of vector with all coordinates equal (or in the given range if given one). Namely, this simply replaces all coordinates by their average
strength : float, default=0.
Not used in this prox, but kept for compatibility issues
range : tuple of two int, default=`None`
Range on which the prox is applied. If
Nonethen the prox is applied on the whole vector
positive : bool, default=`False`
If True, ensures that the output of the prox has only non-negative entries (in the given range)
dtype : {'float64', 'float32'}
Type of the arrays used.
tick.prox.ProxEquality¶