mirtorch.linear.basics.Identity

class mirtorch.linear.basics.Identity(size_in)

Identity mapping.

__init__(size_in)

Initiate the linear operator.

Methods

__init__(size_in)

Initiate the linear operator.

adjoint(x)

Apply the adjoint operator

apply(x)

Apply the forward operator

to(*args, **kwargs)

Copy to different devices

Attributes

H

Apply the (Hermitian) transpose