ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
fft.hpp File Reference
#include <gsl/gsl_fft.h>
Include dependency graph for fft.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::fft
 C++ implementation of the GNU Scientific Library fast Fourier transform functions.
 

Typedefs

typedef gsl_fft_direction gsl::fft::direction
 Typedef for fft::direction. More...
 

Variables

direction const gsl::fft::forward = gsl_fft_forward
 Forward. More...
 
direction const gsl::fft::backward = gsl_fft_forward
 Backward. More...