Audio Processing Framework (APF) version 0.5.0
|
Some tools for the use with the FFTW library. More...
#include <fftw3.h>
#include <utility>
#include <limits>
Go to the source code of this file.
Classes | |
struct | apf::fftw< T > |
Traits class to select float/double/long double versions of FFTW functions. More... | |
struct | apf::fftw< float > |
float specialization of the traits class fftw More... | |
struct | apf::fftw< double > |
double specialization of the traits class fftw More... | |
struct | apf::fftw< long double > |
long double specialization of the traits class fftw More... | |
struct | apf::fftw_allocator< T > |
Namespaces | |
namespace | apf |
Audio Processing Framework. | |
Macros | |
#define | APF_FFTW_TRAITS(longtype, shorttype) |
Macro to create traits classes for float/double/long double. More... | |
Some tools for the use with the FFTW library.
Definition in file fftwtools.h.
#define APF_FFTW_TRAITS | ( | longtype, | |
shorttype | |||
) |
Macro to create traits classes for float/double/long double.
Definition at line 47 of file fftwtools.h.