mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Plan specifications for FFTW Templates. More...
Plan specifications for FFTW Templates.
Classes | |
struct | mx::math::fft::fftwPlanSpec< realT > |
Specify the type of the plan based on the real type of the data. More... | |
struct | mx::math::fft::fftwPlanSpec< float > |
Specialization of fftwPlanSpec for float. More... | |
struct | mx::math::fft::fftwPlanSpec< double > |
Specialization of fftwPlanSpec for double. More... | |
struct | mx::math::fft::fftwPlanSpec< long double > |
Specialization of fftwPlanSpec for long double. More... | |
struct | mx::math::fft::fftwPlanSpec< __float128 > |
Specialization of fftwPlanSpec for __float128. More... | |