Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion as LinearOperator from scipy #216

Open
paquiteau opened this issue Nov 27, 2024 · 2 comments
Open

Conversion as LinearOperator from scipy #216

paquiteau opened this issue Nov 27, 2024 · 2 comments
Labels
feature request New feature or request good first issue Good for newcomers operators About MRI-NUFFT Operators

Comments

@paquiteau
Copy link
Member

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

  1. https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.LinearOperator.html

  2. https://pylops.readthedocs.io/en/latest/#

  3. https://pyproximal.readthedocs.io/en/stable/index.html

@paquiteau paquiteau added good first issue Good for newcomers feature request New feature or request operators About MRI-NUFFT Operators labels Nov 27, 2024
@alguiguilo098
Copy link

hi @paquiteau, what up ?
i want try finish this issue, ok ?

@paquiteau
Copy link
Member Author

Hello, feel free to make a pull request.

You can check the CONTRIBUTING.md for guidance if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request good first issue Good for newcomers operators About MRI-NUFFT Operators
Projects
None yet
Development

No branches or pull requests

2 participants