sigpy.linop.Tile

class sigpy.linop.Tile(oshape, axes)[source]

Tile linear operator.

Parameters:
  • oshape (tuple of ints) – Output shape.
  • axes (tuple of ints) – Axes to tile.
__init__(oshape, axes)[source]

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

Methods

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

Attributes

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