Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.41 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.41 KB

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.