Jens Keiner
Jens Keiner
The current TravisCI set up is such that when building from a tag, it will upload the complete source package to create a release on GitHub. In addition, documentation assets,...
The NFFT manual is currently maintained in LaTeX sources. An `asciidoc` version should be included in the source package to simplify maintenance. The `asciidoc`language is simple yet powerful enough to...
Transferred from: https://github.com/NFFT/nfft_old/issues/12 I wrote a CMake find module to help the discovery of the different components of NFFT v3.3 inside projects using CMake as their build system. Would you...
As with the NFFT, NFCT, and NFST modules previously, support for multiple floating-point types should be added to the FPT module.
The library provides (asymptotically) slow direct transforms as well as (asymptotically) faster transforms. The slower transforms may actually be more efficient for smaller problem sizes. The direct transforms should be...
Transferred from: https://github.com/NFFT/nfft_old/issues/5 Right now, the public API exposes the whole plan structure, which increases the potential for API breakage in future updates. This is what happened when the _flags...
The `orthodox_easter` method was used for some time to get Orthodox Easter holidays for ASEX. It has since been pulled out of the ASEX-specific code as it's now also used...
Small change to improve the efficiencvy of the direct NFFT trafo in one dimension: - Instead of using `memset` to initialize the target vector with zeros, it's better to just...