sigpy.linop.Flip

class sigpy.linop.Flip(shape, axes=None)[source]

Flip linear operator.

Parameters:shape (tuple of int) – Input shape
__init__(shape, axes=None)[source]

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

Methods

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

Attributes

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