Directional NFFT #66
Replies: 2 comments 1 reply
-
Hi @tknopp I don't have any references, sorry. I used it in my package https://github.com/robertdj/GeneralizedSampling.jl that I have unfortunately not touched in a loong time. There it is used for both rows and columns of matrices. As I recall, slicing was not available at that time (or at least not as slick as the current Best, Robert |
Beta Was this translation helpful? Give feedback.
-
I think the application makes sense in the context of CUDA and if you got a batch dimension. |
Beta Was this translation helpful? Give feedback.
-
Hey @robertdj,
I just generalized the directional NFFT that you implemented in a way that one can also do 2D or ND NFFTs within a larger-dimensional tensor.
This made me wonder:
In my opinion our implementation is only beneficial if the NFFT is not applied over the most inner dimension because in that case the approach with slicing would be probably equally fast.
Thanks!
Tobi
Beta Was this translation helpful? Give feedback.
All reactions