mirtorch.linear.Matmul

class mirtorch.linear.Matmul(A: LinearMap, B: LinearMap)

Matrix multiplication of linear operators.

\[A*B*x = A(B(x))\]
__init__(A: LinearMap, B: LinearMap)

Initiate the linear operator.

Methods

__init__(A, B)

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