https://github.com/tknopp/NFFT.jl
Raw File
Tip revision: cc0b19587cd5466264df7b8c4ee49ab0486ff49c authored by dependabot[bot] on 11 September 2023, 09:19:28 UTC
Bump actions/checkout from 3 to 4
Tip revision: cc0b195
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)

## How to give credit
If you use this package please acknowledge it by citing:

T. Knopp, M. Boberg and M. Grosser, NFFT.jl: Generic and Fast Julia Implementation of the Nonequidistant
 Fast Fourier Transform, SIAM Journal on Scientific Computing, 45(3), C179-C205, 2023 [url](https://epubs.siam.org/doi/abs/10.1137/22M1510935) [*arXiv:2208.00049*](http://arxiv.org/abs/2208.00049)

A BibTeX file `NFFT.bib` can be found in the root folder of the Github repository.

## Community Standards

This project is part of the Julia community and follows the [Julia community standards](https://julialang.org/community/standards/). 
back to top