-
Notifications
You must be signed in to change notification settings - Fork 28
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
Toeplitz version of Gram matrix #55
Comments
We have support for that in MRIReco.jl: NFFTNormalOp Regarding where this code should live, I am somewhat unsure. By the way: https://github.com/MagneticResonanceImaging/MRIReco.jl/blob/040d51ee38f50609bead454c262291273eede4db/src/Operators/FieldmapNFFTOp.jl is the implementation of this enlightening paper: https://ieeexplore.ieee.org/document/1495877 Finally, I need to mention that I think our implementation is only 2D. So a generalization to at least 1D and 3D would be definitely appreciated. I am right now not working in that area, so no rest of duplicated effort right now. |
Thanks for the detailed reply and the nice shout out :) Note to self: |
Yes, that sounds like a very good plan. It fits nicely into the current concept of keeping the operators out of NFFT.jl but provide all the means to build them in a trivial fashion. I will certainly upgrade our Ops when we have support for the Toeplitz trick in NFFT.jl. |
This was implemented in #57. Please reopen, if there are issues. |
Any plan here to provide the Toeplitz version of the Gram matrix A'A?
If not, I probably will work on it but I want to avoid duplicating efforts underway elsewhere...
The text was updated successfully, but these errors were encountered: