sigpy.prox.Stack

class sigpy.prox.Stack(proxs)[source]

Stack outputs of proximal operators.

Parameters:proxs (list of proxs) – Prox of the same shape.
__init__(proxs)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(proxs) Initialize self.