mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Types and type specifications for FFTW Templates. More...
Types and type specifications for FFTW Templates.
Modules | |
Plan Specification | |
Plan specifications for FFTW Templates. | |
Type Specification | |
Type specifications for FFTW Templates. | |
Typedefs | |
typedef std::complex< float > | mx::math::fft::complexFT |
The complex float data type. More... | |
typedef std::complex< double > | mx::math::fft::complexDT |
The complex double data type. More... | |
typedef std::complex< long double > | mx::math::fft::complexLT |
The complex long double data type. More... | |
typedef std::complex< __float128 > | mx::math::fft::complexQT |
The complex __float128 data type. More... | |
typedef std::complex<double> mx::math::fft::complexDT |
The complex double data type.
Definition at line 62 of file fftwTemplates.hpp.
typedef std::complex<float> mx::math::fft::complexFT |
The complex float data type.
Definition at line 59 of file fftwTemplates.hpp.
typedef std::complex<long double> mx::math::fft::complexLT |
The complex long double data type.
Definition at line 65 of file fftwTemplates.hpp.
typedef std::complex<__float128> mx::math::fft::complexQT |
The complex __float128 data type.
Definition at line 69 of file fftwTemplates.hpp.