mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::math::ft::fftwEnvironment< realT, true > Struct Template Reference

template<typename realT>
struct mx::math::ft::fftwEnvironment< realT, true >

Definition at line 176 of file fftwEnvironment.hpp.

#include <math/ft/fftwEnvironment.hpp>

Public Member Functions

 fftwEnvironment (unsigned nThreads=1)
 Constructor.
 
 ~fftwEnvironment ()
 Destructor.
 

Constructor & Destructor Documentation

◆ fftwEnvironment()

template<typename realT >
mx::math::ft::fftwEnvironment< realT, true >::fftwEnvironment ( unsigned  nThreads = 1)
inlineexplicit

Constructor.

Parameters
[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().

◆ ~fftwEnvironment()

Destructor.

Definition at line 196 of file fftwEnvironment.hpp.

References mx::math::six_fifths().


The documentation for this struct was generated from the following file: