-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add support for float and long double to FPT module. #4
Comments
Any progress on this? I was going to request the same enhancement. I am looking to switch from FFTW3 floating point (FFTW3F) to a single-precision version of NFFT. Thank you for your work! |
Currently not too much momentum due to lack of resources. Next step would be to create some unit tests which could be a challenge due to numerical limitations of the algorithm. It's still on the plate but hard to give a timeline.
|
As with the NFFT, NFCT, and NFST modules previously, support for multiple floating-point types should be added to the FPT module.
The text was updated successfully, but these errors were encountered: