sigpy.linop.Reshape

class sigpy.linop.Reshape(oshape, ishape)[source]

Reshape input to given output shape.

Parameters:
  • oshape (tuple of ints) – Output shape.
  • ishape (tuple of ints) – Input shape.
__init__(oshape, ishape)[source]

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

Methods

__init__(oshape, ishape) Initialize self.
apply(input) Apply linear operation on input.

Attributes

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