|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
Radix 2 transforms. More...
Functions | |
| int | 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 | transform (DATA &data, size_t const stride=1) |
| C++ version of gsl_fft_complex_radix2_transform(). More... | |
| int | transform (float data[], size_t const n) |
| C++ version of gsl_fft_real_float_radix2_transform(). More... | |
Radix 2 transforms.
|
inline |
C++ version of gsl_fft_complex_radix2_transform().
Works with std::array<float>, std::vector<float> and gsl::vector_float.
| data | An array of complex values packed as an array of double length of float. |
| stride | The stride of the array. |
Definition at line 55 of file fft_real_float.hpp.
|
inline |
C++ version of gsl_fft_real_float_radix2_transform().
| data | An array of float values. |
| n | The size of the array. |
Definition at line 64 of file fft_real_float.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_fft_real_float_radix2_transform().
| data | An array of float values. |
| stride | The stride of the array. |
| n | The size of the array. |
Definition at line 44 of file fft_real_float.hpp.
References gsl::rstat::n().