Multiple proximal operator. This allows to apply sequentially a list of proximal operators. This is convenient when one wants to apply different proximal operators on different parts of a vector.
proxs : tuple of Prox
A tuple of prox operators to be applied successively.
dtype : {'float64', 'float32'}
Type of the arrays used.
tick.prox.ProxMulti¶