sigpy.linop.Transpose

class sigpy.linop.Transpose(ishape, axes=None)[source]

Tranpose input with the given axes.

Parameters:
  • ishape (tuple of ints) – Input shape.
  • axes (None or tuple of ints) – Axes to transpose input.
__init__(ishape, axes=None)[source]

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

Methods

__init__(ishape[, axes]) Initialize self.
apply(input) Apply linear operation on input.

Attributes

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