|
| int | gsl::fft::real_float::radix2::transform (float data[], size_t const stride, size_t const n) |
| | C++ version of gsl_fft_real_float_radix2_transform(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::real_float::radix2::transform (DATA &data, size_t const stride=1) |
| | C++ version of gsl_fft_complex_radix2_transform(). More...
|
| |
| int | gsl::fft::real_float::radix2::transform (float data[], size_t const n) |
| | C++ version of gsl_fft_real_float_radix2_transform(). More...
|
| |
| int | gsl::fft::real_float::transform (float data[], size_t const stride, size_t const n, wavetable const &wavetable, workspace &work) |
| | C++ version of gsl_fft_real_float_transform(). More...
|
| |
| int | gsl::fft::real_float::unpack (float const real_float_coefficient[], float complex_coefficient[], size_t const stride, size_t const n) |
| | C++ version of gsl_fft_real_float_unpack(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::real_float::transform (DATA &data, size_t const stride, wavetable const &wavetable, workspace &work) |
| | C++ version of gsl_fft_real_float_transform(). More...
|
| |
| template<typename R , typename C > |
| int | gsl::fft::real_float::unpack (R const &real_float_coefficient, C &complex_coefficient, size_t const stride) |
| | C++ version of gsl_fft_real_float_unpack(). More...
|
| |
| template<> |
| int | gsl::fft::real_float::unpack (vector_float const &real_float_coefficient, vector_complex_float &complex_coefficient, size_t const stride) |
| | C++ version of gsl_fft_real_float_unpack(). More...
|
| |
| int | gsl::fft::real_float::transform (float data[], size_t const n, wavetable const &wavetable, workspace &work) |
| | C++ version of gsl_fft_real_float_transform(). More...
|
| |
| int | gsl::fft::real_float::unpack (float const real_float_coefficient[], float complex_coefficient[], size_t const n) |
| | C++ version of gsl_fft_real_float_unpack(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::real_float::transform (DATA &data, wavetable const &wavetable, workspace &work) |
| | C++ version of gsl_fft_real_float_transform(). More...
|
| |
| template<typename R , typename C > |
| int | gsl::fft::real_float::unpack (R const &real_float_coefficient, C &complex_coefficient) |
| | C++ version of gsl_fft_real_float_unpack(). More...
|
| |
| template<> |
| int | gsl::fft::real_float::unpack (vector_float const &real_float_coefficient, vector_complex_float &complex_coefficient) |
| | C++ version of gsl_fft_real_float_unpack(). More...
|
| |