mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
mx::math::fft::fftwPlanSpec< realT > Struct Template Reference

template<typename realT>
struct mx::math::fft::fftwPlanSpec< realT >

Specify the type of the plan based on the real type of the data.

Template Parameters
realTis the real floating point type.

Definition at line 93 of file fftwTemplates.hpp.

Public Types

typedef fftwX_plan planT
 Specializations typedef planT as fftwf_plan, fftw_plan, fftwl_plan, or fftwq_plan. More...
 

Member Typedef Documentation

◆ planT

template<typename realT >
typedef fftwX_plan mx::math::fft::fftwPlanSpec< realT >::planT

Specializations typedef planT as fftwf_plan, fftw_plan, fftwl_plan, or fftwq_plan.

Definition at line 96 of file fftwTemplates.hpp.


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