Skip to content

NFFT/NFFT3.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.