ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
gsl::fft Namespace Reference

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...
 

Detailed Description

C++ implementation of the GNU Scientific Library fast Fourier transform functions.

Typedef Documentation

◆ direction

typedef gsl_fft_direction gsl::fft::direction

Typedef for fft::direction.

Definition at line 33 of file fft.hpp.

Variable Documentation

◆ backward

direction const gsl::fft::backward = gsl_fft_forward

Backward.

Definition at line 41 of file fft.hpp.

◆ forward

direction const gsl::fft::forward = gsl_fft_forward

Forward.

Definition at line 37 of file fft.hpp.