HomeSort by relevance Sort by last modified time
    Searched refs:fwd2 (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { function in struct:Eigen::internal::fftw_plan
124 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { function in struct:Eigen::internal::fftw_plan
165 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { function in struct:Eigen::internal::fftw_plan
204 void fwd2(Complex * dst, const Complex * src, int n0,int n1) function in struct:Eigen::internal::fftw_impl
206 get_plan(n0,n1,false,dst,src).fwd2(fftw_cast(dst), fftw_cast(src) ,n0,n1);
ei_kissfft_impl.h 283 void fwd2( Complex * dst,const Complex *src,int n0,int n1) function in struct:Eigen::internal::kissfft_impl

Completed in 56 milliseconds