mirtorch.linear.basics.Diff2dgram
- class mirtorch.linear.basics.Diff2dgram(size_in: Sequence[int])
A little more efficient way to implement the gram operator for the Gram (A’A) of finite difference. Apply to last two dimensions, with the reflexive boundary condition.
- __init__(size_in: Sequence[int])
Initiate the linear operator.
Methods
RtR(x)__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
HApply the (Hermitian) transpose