HomeSort by relevance Sort by last modified time
    Searched defs:ComplexMatrixType (Results 1 - 2 of 2) 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();
65 VERIFY_IS_EQUAL(cs3.matrixU(), ComplexMatrixType::Identity(size, size));
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 81 typedef Matrix<ComplexScalar, RowsAtCompileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime> ComplexMatrixType;
137 const ComplexMatrixType& matrixU() const
161 const ComplexMatrixType& matrixT() const
246 ComplexMatrixType m_matT, m_matU;
324 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);

Completed in 526 milliseconds