Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.13 KB

NFFT3.jl

Julia Interface for the NFFT C library

ci codecov Aqua QA DOI

NFFT3.jl provides the following fast algorithms:

  • nonequispaced fast Fourier transform (NFFT)
  • nonequispaced fast cosine transform (NFCT)
  • nonequispaced fast sine transform (NFST)
  • fast summation (fastsum)

Getting started

In Julia you can get started by just typing

] add NFFT3

then checkout the documentation.