Conversion as LinearOperator from scipy #216
Labels
feature request
New feature or request
good first issue
Good for newcomers
operators
About MRI-NUFFT Operators
The
LinearOperator
interface 1 is proposed by Scipy for describing linearOperator which are too big to be represented as matrices. MRI-NUFFT Operators are linear operators, so we could support quite easily.LinearOperator
are also used in PyLops 2 (and PyProximal 3).In term of implementation I think a wrapper class, and a custom method (
FourierBaseOperator.make_linear_operator
) should do the trick.Footnotes
https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.LinearOperator.html ↩
https://pylops.readthedocs.io/en/latest/# ↩
https://pyproximal.readthedocs.io/en/stable/index.html ↩
The text was updated successfully, but these errors were encountered: