|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
Radix 2 transforms. More...
Functions | |
| int | backward (float data[], size_t const stride, size_t const n) |
| C++ version of gsl_fft_halfcomplex_float_radix2_backward(). More... | |
| int | inverse (float data[], size_t const stride, size_t const n) |
| C++ version of gsl_fft_halfcomplex_float_radix2_inverse(). More... | |
| int | backward (float data[], size_t const n) |
| C++ version of gsl_fft_halfcomplex_float_radix2_backward(). More... | |
| int | inverse (float data[], size_t const n) |
| C++ version of gsl_fft_halfcomplex_float_radix2_inverse(). More... | |
| template<typename DATA > | |
| int | backward (DATA &data, size_t const stride=1) |
| C++ version of gsl_fft_halfcomplex_float_radix2_backward(). More... | |
| template<typename DATA > | |
| int | inverse (DATA &data, size_t const stride=1) |
| C++ version of gsl_fft_halfcomplex_float_radix2_inverse(). More... | |
Radix 2 transforms.
|
inline |
C++ version of gsl_fft_halfcomplex_float_radix2_backward().
Works with std::array<float>, std::vector<float> and gsl::vector.
| data | An array of halfcomplex values as an array of float values. |
| stride | The stride of the array. |
Definition at line 84 of file fft_halfcomplex_float.hpp.
|
inline |
C++ version of gsl_fft_halfcomplex_float_radix2_backward().
| data | An array of halfcomplex values as an array of float values. |
| n | The size of the array. |
Definition at line 64 of file fft_halfcomplex_float.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_fft_halfcomplex_float_radix2_backward().
| data | An array of halfcomplex values as an array of float values. |
| stride | The stride of the array. |
| n | The size of the array. |
Definition at line 45 of file fft_halfcomplex_float.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_fft_halfcomplex_float_radix2_inverse().
Works with std::array<float>, std::vector<float> and gsl::vector.
| data | An array of halfcomplex values as an array of float values. |
| stride | The stride of the array. |
Definition at line 95 of file fft_halfcomplex_float.hpp.
|
inline |
C++ version of gsl_fft_halfcomplex_float_radix2_inverse().
| data | An array of halfcomplex values as an array of float values. |
| n | The size of the array. |
Definition at line 73 of file fft_halfcomplex_float.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_fft_halfcomplex_float_radix2_inverse().
| data | An array of halfcomplex values as an array of float values. |
| stride | The stride of the array. |
| n | The size of the array. |
Definition at line 55 of file fft_halfcomplex_float.hpp.
References gsl::rstat::n().