78 void fhti_ (
int *_n,
double *_mu,
double *_q,
double *_dlnr,
double *_kr,
int *_kropt,
double *_wsave,
int *_ok);
98 void fftl_ (
int *_n,
double *_a,
double *_rk,
int *_dir,
double *_wsave);
126 std::vector<double>
transform_FFTlog (
const std::vector<double> yy,
const int dir,
const std::vector<double> xx,
const std::vector<double> fx,
const double mu=0,
const double q=0,
const double kr=1,
const int kropt=0);
152 void transform_FFTlog (std::vector<double> &yy, std::vector<double> &fy,
const int dir,
const std::vector<double> xx,
const std::vector<double> fx,
const double mu=0,
const double q=0,
const double kr=1,
const int kropt=0);
Class used to handle functions stored on a grid.
std::vector< double > transform_FFTlog(const std::vector< double > yy, const int dir, const std::vector< double > xx, const std::vector< double > fx, const double mu=0, const double q=0, const double kr=1, const int kropt=0)
wrapper of the FFTlog to compute the discrete Fourier sine or cosine transform of a logarithmically...
void fftl_(int *_n, double *_a, double *_rk, int *_dir, double *_wsave)
wrapper of the fftl subroutine contained in External/fftlog-f90-master/fftlog.f This subroutine compu...
void fhti_(int *_n, double *_mu, double *_q, double *_dlnr, double *_kr, int *_kropt, double *_wsave, int *_ok)
wrapper of the fhti subroutine contained in External/fftlog-f90-master/fftlog.f This is an initializa...
The global namespace of the CosmoBolognaLib