Home | History | Annotate | Download | only in Eigen

Lines Matching full:complex

13 #include <complex>
62 * number of bins in complex vs real.
66 * separate specializations for real vs complex. On the inverse
165 typedef typename impl_type::Complex Complex;
187 void fwd( Complex * dst, const Scalar * src, Index nfft)
195 void fwd( Complex * dst, const Complex * src, Index nfft)
202 void fwd2(Complex * dst, const Complex * src, int n0,int n1)
210 void fwd( std::vector<Complex> & dst, const std::vector<_Input> & src)
228 EIGEN_STATIC_ASSERT((internal::is_same<dst_type, Complex>::value),
272 void inv( Complex * dst, const Complex * src, Index nfft)
280 void inv( Scalar * dst, const Complex * src, Index nfft)
297 EIGEN_STATIC_ASSERT((internal::is_same<src_type, Complex>::value),
349 void inv( std::vector<_Output> & dst, const std::vector<Complex> & src,Index nfft=-1)
361 void inv2(Complex * dst, const Complex * src, int n0,int n1)
390 void ReflectSpectrum(Complex * freq, Index nfft)