sigpy.prox.NoOp

class sigpy.prox.NoOp(shape)[source]

Proximal operator for empty function. Equivalant to an identity function.

Parameters:shape (tuple of ints) – Input shape
__init__(shape)[source]

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

Methods

__init__(shape) Initialize self.