mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
A structure specifying various types based on the FFT input and output data types.
Provides various typedefs to specify which fftw functions to compile.
See the specializations:
_inputDataT | is the data type of the input array |
_outputDataT | is the data type of the output array |
Definition at line 171 of file fftwTemplates.hpp.
Public Types | |
typedef _realT | realT |
The real data type (_realT is actually defined in specializations). | |
typedef std::complex< realT > | complexT |
The complex data type. | |
typedef _inputDataT | inputDataT |
The input array data type. | |
typedef _outputDataT | outputDataT |
The output array data type. | |
typedef fftwPlanSpec< realT >::planT | planT |
The plan type. | |
typedef std::complex<realT> mx::math::ft::fftwTypeSpec< _inputDataT, _outputDataT >::complexT |
The complex data type.
Definition at line 174 of file fftwTemplates.hpp.
typedef _inputDataT mx::math::ft::fftwTypeSpec< _inputDataT, _outputDataT >::inputDataT |
The input array data type.
Definition at line 175 of file fftwTemplates.hpp.
typedef _outputDataT mx::math::ft::fftwTypeSpec< _inputDataT, _outputDataT >::outputDataT |
The output array data type.
Definition at line 176 of file fftwTemplates.hpp.
typedef fftwPlanSpec<realT>::planT mx::math::ft::fftwTypeSpec< _inputDataT, _outputDataT >::planT |
The plan type.
Definition at line 177 of file fftwTemplates.hpp.
The real data type (_realT is actually defined in specializations).
Definition at line 173 of file fftwTemplates.hpp.