Documentation | Build Status | Coverage | Version |
---|---|---|---|
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.
FourierSeriesEvaluators.jl was written by Lorenzo Van Muñoz, and is free/open-source software under the MIT license.