mirtorch.linear.Add
- class mirtorch.linear.Add(A: LinearMap, B: LinearMap)
Addition of linear operators.
\[(A+B)*x = A(x) + B(x)\]- A
the LHS LinearMap
- B
the RHS LinearMap
- __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
HApply the (Hermitian) transpose