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

  /external/eigen/test/
schur_complex.cpp 17 typedef typename ComplexSchur<MatrixType>::ComplexMatrixType ComplexMatrixType;
24 ComplexMatrixType U = schurOfA.matrixU();
25 ComplexMatrixType T = schurOfA.matrixT();
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 81 typedef Matrix<ComplexScalar, RowsAtCompileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime> ComplexMatrixType;
135 const ComplexMatrixType& matrixU() const
159 const ComplexMatrixType& matrixT() const
203 ComplexMatrixType m_matT, m_matU;
279 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
312 typedef typename ComplexSchur<MatrixType>::ComplexMatrixType ComplexMatrixType;
ComplexSchur_MKL.h 58 if(computeU) m_matU = ComplexMatrixType::Identity(1,1); \

Completed in 19 milliseconds