https://github.com/tknopp/NFFT.jl
Revision 89b748880c8603114c5314d9b032daef8de2d54b authored by Tobias Knopp on 02 February 2022, 18:53:33 UTC, committed by Tobias Knopp on 02 February 2022, 18:53:33 UTC
1 parent 2a907d7
Raw File
Tip revision: 89b748880c8603114c5314d9b032daef8de2d54b authored by Tobias Knopp on 02 February 2022, 18:53:33 UTC
fix #80 and add test for it
Tip revision: 89b7488
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