|
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::ft::complexFT |
| The complex float data type. | |
| typedef std::complex< double > | mx::math::ft::complexDT |
| The complex double data type. | |
| typedef std::complex< long double > | mx::math::ft::complexLT |
| The complex long double data type. | |
| typedef std::complex<double> mx::math::ft::complexDT |
The complex double data type.
Definition at line 60 of file fftwTemplates.hpp.
| typedef std::complex<float> mx::math::ft::complexFT |
The complex float data type.
Definition at line 57 of file fftwTemplates.hpp.
| typedef std::complex<long double> mx::math::ft::complexLT |
The complex long double data type.
Definition at line 63 of file fftwTemplates.hpp.