jakevdp / nfft

Lightweight non-uniform Fast Fourier Transform in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENH: add N-dimensional methods

jakevdp opened this issue · comments

Should be able to use the same csr-based summation scheme by flattening the [mxmxm...] block at each point/row.

One question is about how/whether the kernel functions generalize to multiple dimensions...

Also have to check how the C parameter for the kernel changes in multi-dimensions... it's not clear from the writeup in the paper. Maybe have to dig into references...

@jakevdp, very impressed by your work! Are you planning to look into this issue in the foreseeable future? I would be interested in using your package for multi-dimensional NFFTs in this project.