mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Type specifications for FFTW Templates. More...
Type specifications for FFTW Templates.
Classes | |
struct | mx::math::fft::fftwTypeSpec< _inputDataT, _outputDataT > |
A structure specifying various types based on the FFT input and output data types. More... | |
struct | mx::math::fft::fftwTypeSpec< complexFT, complexFT > |
Specialization of fftwTypeSpec for complex-float input and complex-float output. More... | |
struct | mx::math::fft::fftwTypeSpec< float, complexFT > |
Specialization of fftwTypeSpec for real-float input and complex-float output. More... | |
struct | mx::math::fft::fftwTypeSpec< complexFT, float > |
Specialization of fftwTypeSpec for complex-float input and real-float output. More... | |
struct | mx::math::fft::fftwTypeSpec< complexDT, complexDT > |
Specialization of fftwTypeSpec for complex-double input and complex-double output. More... | |
struct | mx::math::fft::fftwTypeSpec< double, complexDT > |
Specialization of fftwTypeSpec for real-double input and complex-double output. More... | |
struct | mx::math::fft::fftwTypeSpec< complexDT, double > |
Specialization of fftwTypeSpec for complex-double input and double output. More... | |
struct | mx::math::fft::fftwTypeSpec< complexLT, complexLT > |
Specialization of fftwTypeSpec for complex-long-double input and complex-long-double output. More... | |
struct | mx::math::fft::fftwTypeSpec< long double, complexLT > |
Specialization of fftwTypeSpec for real-long-double input and complex-long-double output. More... | |
struct | mx::math::fft::fftwTypeSpec< complexLT, long double > |
Specialization of fftwTypeSpec for complex-long-double input and real-long-double output. More... | |
struct | mx::math::fft::fftwTypeSpec< complexQT, complexQT > |
Specialization of fftwTypeSpec for complex-quad input and complex-quad output. More... | |
struct | mx::math::fft::fftwTypeSpec< __float128, complexQT > |
Specialization of fftwTypeSpec for real-quad input and complex-quad output. More... | |
struct | mx::math::fft::fftwTypeSpec< complexQT, __float128 > |
Specialization of fftwTypeSpec for complex-quad input and real-quad output. More... | |