Searched refs:fftw_plan (Results 1 – 1 of 1) sorted by relevance
48 struct fftw_plan {}; struct51 struct fftw_plan<float>56 fftw_plan() :m_plan(NULL) {}57 ~fftw_plan() {if (m_plan) fftwf_destroy_plan(m_plan);}94 struct fftw_plan<double>98 ::fftw_plan m_plan;99 fftw_plan() :m_plan(NULL) {}100 ~fftw_plan() {if (m_plan) fftw_destroy_plan(m_plan);}135 struct fftw_plan<long double>140 fftw_plan() :m_plan(NULL) {}[all …]