https://github.com/tknopp/NFFT.jl
Raw File
Tip revision: 1a97fd1b7ec05d7bdee2f09fda07b37f95fe4d70 authored by Tobias Knopp on 28 February 2022, 08:45:54 UTC
rename AnyNFFTPlan since the name was ambiguous
Tip revision: 1a97fd1
README.md
# NFFT.jl

This package provides a Julia implementation of the Non-equidistant Fast Fourier Transform (NFFT).
Documentation can be found under the following link:

[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaMath.github.io/NFFT.jl/dev)

[![Build status](https://github.com/JuliaMath/NFFT.jl/workflows/CI/badge.svg)](https://github.com/JuliaMath/NFFT.jl/actions)

[![codecov.io](http://codecov.io/github/JuliaMath/NFFT.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaMath/NFFT.jl?branch=master)
back to top