29#ifndef TRIUMVIRATE_INCLUDE_FFTLOG_HPP_INCLUDED_
30#define TRIUMVIRATE_INCLUDE_FFTLOG_HPP_INCLUDED_
118 std::vector<double> sample_pts,
double kr_c,
121 double extrap_exp = 2.
150 std::vector<double> sample_pts,
double kr_c,
153 double extrap_exp = 2.
204 std::vector<double> pre_sampts_extrap;
207 std::vector<double> post_sampts_extrap;
210 std::vector< std::complex<double> > kernel;
214 fftw_complex* pre_buffer =
nullptr;
218 fftw_complex* post_buffer =
nullptr;
221 bool plan_init =
false;
224 bool threaded =
true;
272 std::vector<double> sample_pts,
double kr_c,
275 double extrap_exp = 2.
305 std::vector<double> sample_pts,
double kr_c,
308 double extrap_exp = 2.
333 std::vector< std::complex<double> >& a,
334 std::vector< std::complex<double> >& b
353 std::vector< std::complex<double> >& pre_samples,
354 std::vector< std::complex<double> >& post_samples
Mathematical calculations.
ExtrapOption
Extrapolation scheme.