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 173 of file fftwTemplates.hpp.
Public Types | |
typedef _realT | realT |
The real data type (_realT is actually defined in specializations). More... | |
typedef std::complex< realT > | complexT |
The complex data type. More... | |
typedef _inputDataT | inputDataT |
The input array data type. More... | |
typedef _outputDataT | outputDataT |
The output array data type. More... | |
typedef fftwPlanSpec< realT >::planT | planT |
The plan type. More... | |
typedef std::complex<realT> mx::math::fft::fftwTypeSpec< _inputDataT, _outputDataT >::complexT |
The complex data type.
Definition at line 176 of file fftwTemplates.hpp.
typedef _inputDataT mx::math::fft::fftwTypeSpec< _inputDataT, _outputDataT >::inputDataT |
The input array data type.
Definition at line 177 of file fftwTemplates.hpp.
typedef _outputDataT mx::math::fft::fftwTypeSpec< _inputDataT, _outputDataT >::outputDataT |
The output array data type.
Definition at line 178 of file fftwTemplates.hpp.
typedef fftwPlanSpec<realT>::planT mx::math::fft::fftwTypeSpec< _inputDataT, _outputDataT >::planT |
The plan type.
Definition at line 179 of file fftwTemplates.hpp.
typedef _realT mx::math::fft::fftwTypeSpec< _inputDataT, _outputDataT >::realT |
The real data type (_realT is actually defined in specializations).
Definition at line 175 of file fftwTemplates.hpp.