Michael Quellmalz
Michael Quellmalz
Since it is jor just one reference, we could easily add it to the readme.
As the softlink does not cause any problems, we can just keep it for now.
I would rather refrain from writing such a tool since doing so always opens up some possibility of unintentionally breaking some expected behavior or introducing some new bugs. Preventing such...
I agree that the porting complexity should be very simple. The NFFT package already works "as is" on the Debian architecture RISCV64 and also the unit tests validate the numerical...
For an example, you could look at the C interface for Julia (see `julia/nfft/libnfftjulia.c`). Furthermore, you might have a look at the two following external projects: There is some existing...
There is now a new Python wrapper called pyNFFT3 maintained within this project, see [https://github.com/NFFT/pyNFFT3](https://github.com/NFFT/pyNFFT3). It currently supports the NFFT, fastsum and the trigonometric transforms NFCT and NFST. So I...