Skip to content

NFFT/GroupedTransforms.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupedTransforms.jl

Fast Grouped Transformations as introduced in Bartel, Potts, Schmischke, 2021 .

ci codecov Aqua QA DOI

GroupedTransforms.jl provides the following fast algorithms:

  • nonequispaced fast transformation with exponential functions for grouped index sets based on the NFFT (non-equispaced fast Fourier transform)
  • nonequispaced fast transformation with cosine functions for grouped index sets based on the NFCT (non-equispaced fast cosine transform)

Getting started

In Julia you can get started by typing

] add GroupedTransforms

then checkout the documentation.