|
| int | gsl::fft::halfcomplex_float::radix2::backward (float data[], size_t const stride, size_t const n) |
| | C++ version of gsl_fft_halfcomplex_float_radix2_backward(). More...
|
| |
| int | gsl::fft::halfcomplex_float::radix2::inverse (float data[], size_t const stride, size_t const n) |
| | C++ version of gsl_fft_halfcomplex_float_radix2_inverse(). More...
|
| |
| int | gsl::fft::halfcomplex_float::radix2::backward (float data[], size_t const n) |
| | C++ version of gsl_fft_halfcomplex_float_radix2_backward(). More...
|
| |
| int | gsl::fft::halfcomplex_float::radix2::inverse (float data[], size_t const n) |
| | C++ version of gsl_fft_halfcomplex_float_radix2_inverse(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex_float::radix2::backward (DATA &data, size_t const stride=1) |
| | C++ version of gsl_fft_halfcomplex_float_radix2_backward(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex_float::radix2::inverse (DATA &data, size_t const stride=1) |
| | C++ version of gsl_fft_halfcomplex_float_radix2_inverse(). More...
|
| |
| int | gsl::fft::halfcomplex_float::backward (gsl::complex_packed_array_float data, size_t const stride, size_t const n, wavetable const &wavetable, real_float::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_float_backward(). More...
|
| |
| int | gsl::fft::halfcomplex_float::inverse (gsl::complex_packed_array_float data, size_t const stride, size_t const n, wavetable const &wavetable, real_float::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_float_inverse(). More...
|
| |
| int | gsl::fft::halfcomplex_float::unpack (float const real_coefficient[], float complex_coefficient[], size_t const stride, size_t const n) |
| | C++ version of gsl_fft_halfcomplex_float_unpack(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex_float::backward (DATA &data, size_t const stride, wavetable const &wavetable, real_float::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_float_backward(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex_float::inverse (DATA &data, size_t const stride, wavetable const &wavetable, real_float::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_float_inverse(). More...
|
| |
| template<typename R , typename C > |
| int | gsl::fft::halfcomplex_float::unpack (R const &real_coefficient, C &complex_coefficient, size_t const stride) |
| | C++ version of gsl_fft_halfcomplex_float_unpack(). More...
|
| |
| template<> |
| int | gsl::fft::halfcomplex_float::unpack (vector_float const &real_coefficient, vector_complex_float &complex_coefficient, size_t const stride) |
| | C++ version of gsl_fft_halfcomplex_float_unpack(). More...
|
| |
| int | gsl::fft::halfcomplex_float::backward (gsl::complex_packed_array_float data, size_t const n, wavetable const &wavetable, real_float::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_float_backward(). More...
|
| |
| int | gsl::fft::halfcomplex_float::inverse (gsl::complex_packed_array_float data, size_t const n, wavetable const &wavetable, real_float::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_float_inverse(). More...
|
| |
| int | gsl::fft::halfcomplex_float::unpack (float const real_coefficient[], float complex_coefficient[], size_t const n) |
| | C++ version of gsl_fft_halfcomplex_float_unpack(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex_float::backward (DATA &data, wavetable const &wavetable, real_float::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_float_backward(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex_float::inverse (DATA &data, wavetable const &wavetable, real_float::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_float_inverse(). More...
|
| |
| template<typename R , typename C > |
| int | gsl::fft::halfcomplex_float::unpack (R const &real_coefficient, C &complex_coefficient) |
| | C++ version of gsl_fft_halfcomplex_float_unpack(). More...
|
| |
| template<> |
| int | gsl::fft::halfcomplex_float::unpack (vector_float const &real_coefficient, vector_complex_float &complex_coefficient) |
| | C++ version of gsl_fft_halfcomplex_float_unpack(). More...
|
| |