-
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
dims
argument for multidimensional NFFT
#116
Comments
https://juliamath.github.io/NFFT.jl/dev/overview/#Directional It might be that the high level interface has no interface to that though. Right now just available for the CPU. |
Can be |
I'm thinking about the parallel beam CT with a 3D array. |
yes, just something like Note, however, that the directional code path is independent of the regular one. It therefore misses some performance optimizations. In case this is of interest for you we might want to polish it a bit. See also #66 for a related discussion where I asked myself if there is an application, where its needed. |
Hi!
I didn't find a
dims
kwarg to perform an NFFT along first and second dimension of a 3D array.Is there any?
Especially on GPUs that's usually faster than doing the for loop manually.
Best,
Felix
The text was updated successfully, but these errors were encountered: