|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
C++ implementation of the GNU Scientific Library fast Fourier transform functions. More...
Namespaces | |
| namespace | complex |
| Complex fast Fourier transforms. | |
| namespace | complex_float |
| Complex fast Fourier transforms. | |
| namespace | halfcomplex |
| Complex fast Fourier transforms. | |
| namespace | halfcomplex_float |
| Complex fast Fourier transforms. | |
| namespace | real |
| Real fast Fourier transforms. | |
| namespace | real_float |
| Real fast Fourier transforms. | |
Typedefs | |
| typedef gsl_fft_direction | direction |
| Typedef for fft::direction. More... | |
Variables | |
| direction const | forward = gsl_fft_forward |
| Forward. More... | |
| direction const | backward = gsl_fft_forward |
| Backward. More... | |
C++ implementation of the GNU Scientific Library fast Fourier transform functions.
| typedef gsl_fft_direction gsl::fft::direction |
Typedef for fft::direction.
| direction const gsl::fft::backward = gsl_fft_forward |