mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Definition at line 176 of file fftwEnvironment.hpp.
#include <math/ft/fftwEnvironment.hpp>
Public Member Functions | |
fftwEnvironment (unsigned nThreads=1) | |
Constructor. | |
~fftwEnvironment () | |
Destructor. | |
|
inlineexplicit |
Constructor.
[in] | nThreads | [optional] the number of threads to use. This can be changed any time by the program by calling fftw_plan_with_nthreads() |
Definition at line 179 of file fftwEnvironment.hpp.
References mx::math::six_fifths().
|
inline |