Home
last modified time | relevance | path

Searched defs:fftw_cos_transform (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/special_functions/
Dchebyshev_transform.hpp26 struct fftw_cos_transform<double> struct
28 fftw_cos_transform(int n, double* data1, double* data2) in fftw_cos_transform() argument
32 ~fftw_cos_transform() in ~fftw_cos_transform()
36 void execute(double* data1, double* data2) in execute()
40 static double cos(double x) { return std::cos(x); } in cos()
41 static double fabs(double x) { return std::fabs(x); } in fabs()
43 fftw_plan plan;
47 struct fftw_cos_transform<float> struct
49 fftw_cos_transform(int n, float* data1, float* data2) in fftw_cos_transform() argument
53 ~fftw_cos_transform() in ~fftw_cos_transform()
[all …]