sigpy.linop.AllReduceAdjoint

class sigpy.linop.AllReduceAdjoint(shape, comm, in_place=False)[source]

All reduce adjoint operator. Equivalant to identity.

Parameters:
  • shape (tuple of ints) – Input/output shape.
  • comm (Communicator) – Communicator.
__init__(shape, comm, in_place=False)[source]

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

Methods

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

Attributes

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