mirtorch.linear.ConjTranspose
- class mirtorch.linear.ConjTranspose(A: LinearMap)
Hermitian transpose of linear operators.
- __init__(A: LinearMap)
Initiate the linear operator.
Methods
__init__(A)Initiate the linear operator.
adjoint(x)Apply the adjoint operator
apply(x)Apply the forward operator
to(*args, **kwargs)Copy to different devices
Attributes
HApply the (Hermitian) transpose