sigpy.linop.Identity

class sigpy.linop.Identity(shape)[source]

Identity linear operator.

Returns input directly.

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

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

Methods

__init__(shape) Initialize self.
apply(input) Apply linear operation on input.

Attributes

H Return adjoint linear operator.
N Return normal linear operator.