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

  /external/eigen/unsupported/test/
FFTW.cpp 83 typedef typename VectorType<Container,Complex>::type ComplexVector;
87 ComplexVector freqBuf;
144 typedef typename VectorType<Container,Complex>::type ComplexVector;
148 ComplexVector inbuf(nfft);
149 ComplexVector outbuf;
150 ComplexVector buf3;
161 ComplexVector buf4;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 120 typedef Matrix<std::complex<RealScalar>, Dynamic, 1> ComplexVector;
224 ComplexVector schurValues(const ComplexSchur<DenseMatrix>& schurofH) const;
225 ComplexVector schurValues(const RealSchur<DenseMatrix>& schurofH) const;
402 inline typename DGMRES<_MatrixType, _Preconditioner>::ComplexVector DGMRES<_MatrixType, _Preconditioner>::schurValues(const ComplexSchur<DenseMatrix>& schurofH) const
408 inline typename DGMRES<_MatrixType, _Preconditioner>::ComplexVector DGMRES<_MatrixType, _Preconditioner>::schurValues(const RealSchur<DenseMatrix>& schurofH) const
413 ComplexVector eig(it);
443 ComplexVector eig(it);

Completed in 60 milliseconds