ei_fftw_impl.h | 53 typedef float scalar_type; typedef in struct:Eigen::internal::fftw_plan 70 void fwd(complex_type * dst,scalar_type * src,int nfft) { 75 void inv(scalar_type * dst,complex_type * src,int nfft) { 96 typedef double scalar_type; typedef in struct:Eigen::internal::fftw_plan 113 void fwd(complex_type * dst,scalar_type * src,int nfft) { 118 void inv(scalar_type * dst,complex_type * src,int nfft) { 137 typedef long double scalar_type; typedef in struct:Eigen::internal::fftw_plan 154 void fwd(complex_type * dst,scalar_type * src,int nfft) { 159 void inv(scalar_type * dst,complex_type * src,int nfft) {
|