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.
Methods
__init__(ishape[, axes])Initialize self. apply(input)Apply linear operation on input. Attributes
HReturn adjoint linear operator. NReturn normal linear operator.