lxvm / FourierSeriesEvaluators.jl

Fourier series evaluators for hierarchical grids
https://lxvm.github.io/FourierSeriesEvaluators.jl/
MIT License
2 stars 0 forks source link

FourierSeriesEvaluators.jl

Documentation Build Status Coverage Version
ver-img
deps-img

This package provides multi-dimensional Fourier interpolants for arrays of Fourier coefficients. Its documented features include:

These Fourier series are efficient to evaluate in the sense that they have been carefully optimized. The algorithm they implement is equivalent to multiplying a row of a DFT matrix against the column vector of coefficients. Thus this code is preferrable to FFTs only when the number of evaluation points is somewhat larger than the number of Fourier coefficients, or when interpolation on non-equispace grids is needed.

Author and Copyright

FourierSeriesEvaluators.jl was written by Lorenzo Van Muñoz, and is free/open-source software under the MIT license.

Related packages