tick.prox.ProxMulti

class tick.prox.ProxMulti(proxs: tuple)[source]

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.

Parameters:

proxs : tuple of Prox

A tuple of prox operators to be applied successively.

Attributes:

dtype : {'float64', 'float32'}

Type of the arrays used.

Examples using tick.prox.ProxMulti