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

Matlab interface with single precision #115

Closed michaelquellmalz closed 3 years ago

michaelquellmalz commented 3 years ago

I have extended the Matlab interface for NFFT to support also single precision. It currently accepts its inputs of f and f_hat both in single and double precision. The output is always the same as the precision with which the NFFT was built.

Since Matlab does not support extended precision, it would not make much sense to support the long double precision with NFFT.