NFFT / nfft

The official NFFT library repository
https://tu-chemnitz.de/~potts/nfft/
GNU General Public License v2.0
174 stars 45 forks source link

Extend NFFT Matlab inteface to d>4 #62

Closed michaelquellmalz closed 6 years ago

michaelquellmalz commented 6 years ago

Currently, the NFFT Matlab-MEX interface throws an error if the spacial dimension d is greater than 4. We should remove this restriction. Also, the nfft class in Matlab supports only d=1,2,3.