mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declares and defines the fftwEnvironment manager. More...
Declares and defines the fftwEnvironment manager.
Definition in file fftwEnvironment.hpp.
Go to the source code of this file.
Classes | |
struct | mx::math::fft::fftwEnvironment< realT, threads > |
Manage the FFTW environment and wisdom using RAII. More... | |
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename realT > | |
std::string | mx::math::fft::fftw_typename () |
Return a string corresponding the fftw real floating point type. More... | |
template<typename realT > | |
std::string | mx::math::fft::fftw_wisdom_filename () |
Create the mxlib standard wisdom filename for the type. More... | |