|
| int | gsl::fft::halfcomplex::radix2::backward (double data[], size_t const stride, size_t const n) |
| | C++ version of gsl_fft_halfcomplex_radix2_backward(). More...
|
| |
| int | gsl::fft::halfcomplex::radix2::inverse (double data[], size_t const stride, size_t const n) |
| | C++ version of gsl_fft_halfcomplex_radix2_inverse(). More...
|
| |
| int | gsl::fft::halfcomplex::radix2::backward (double data[], size_t const n) |
| | C++ version of gsl_fft_halfcomplex_radix2_backward(). More...
|
| |
| int | gsl::fft::halfcomplex::radix2::inverse (double data[], size_t const n) |
| | C++ version of gsl_fft_halfcomplex_radix2_inverse(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex::radix2::backward (DATA &data, size_t const stride=1) |
| | C++ version of gsl_fft_halfcomplex_radix2_backward(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex::radix2::inverse (DATA &data, size_t const stride=1) |
| | C++ version of gsl_fft_halfcomplex_radix2_inverse(). More...
|
| |
| int | gsl::fft::halfcomplex::backward (gsl::complex_packed_array data, size_t const stride, size_t const n, wavetable const &wavetable, real::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_backward(). More...
|
| |
| int | gsl::fft::halfcomplex::inverse (gsl::complex_packed_array data, size_t const stride, size_t const n, wavetable const &wavetable, real::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_inverse(). More...
|
| |
| int | gsl::fft::halfcomplex::unpack (double const real_coefficient[], double complex_coefficient[], size_t const stride, size_t const n) |
| | C++ version of gsl_fft_halfcomplex_unpack(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex::backward (DATA &data, size_t const stride, wavetable const &wavetable, real::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_backward(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex::inverse (DATA &data, size_t const stride, wavetable const &wavetable, real::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_inverse(). More...
|
| |
| template<typename R , typename C > |
| int | gsl::fft::halfcomplex::unpack (R const &real_coefficient, C &complex_coefficient, size_t const stride) |
| | C++ version of gsl_fft_halfcomplex_unpack(). More...
|
| |
| template<> |
| int | gsl::fft::halfcomplex::unpack (vector const &real_coefficient, vector_complex &complex_coefficient, size_t const stride) |
| | C++ version of gsl_fft_halfcomplex_unpack(). More...
|
| |
| int | gsl::fft::halfcomplex::backward (gsl::complex_packed_array data, size_t const n, wavetable const &wavetable, real::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_backward(). More...
|
| |
| int | gsl::fft::halfcomplex::inverse (gsl::complex_packed_array data, size_t const n, wavetable const &wavetable, real::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_inverse(). More...
|
| |
| int | gsl::fft::halfcomplex::unpack (double const real_coefficient[], double complex_coefficient[], size_t const n) |
| | C++ version of gsl_fft_halfcomplex_unpack(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex::backward (DATA &data, wavetable const &wavetable, real::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_backward(). More...
|
| |
| template<typename DATA > |
| int | gsl::fft::halfcomplex::inverse (DATA &data, wavetable const &wavetable, real::workspace &work) |
| | C++ version of gsl_fft_halfcomplex_inverse(). More...
|
| |
| template<typename R , typename C > |
| int | gsl::fft::halfcomplex::unpack (R const &real_coefficient, C &complex_coefficient) |
| | C++ version of gsl_fft_halfcomplex_unpack(). More...
|
| |
| template<> |
| int | gsl::fft::halfcomplex::unpack (vector const &real_coefficient, vector_complex &complex_coefficient) |
| | C++ version of gsl_fft_halfcomplex_unpack(). More...
|
| |