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

  /external/eigen/doc/snippets/
RealQZ_compute.cpp 8 cout << "S:\n" << qz.matrixS() << "\n" << "T:\n" << qz.matrixT() << "\n";
13 << "\n|A-QSZ|: " << (A-qz.matrixQ()*qz.matrixS()*qz.matrixZ()).norm()
  /external/eigen/test/
real_qz.cpp 37 if (j<i-1 && abs(qz.matrixS()(i,j))!=Scalar(0.0))
39 if (j==i-1 && j>0 && abs(qz.matrixS()(i,j))!=Scalar(0.0) && abs(qz.matrixS()(i-1,j-1))!=Scalar(0.0))
43 VERIFY_IS_APPROX(qz.matrixQ()*qz.matrixS()*qz.matrixZ(), A);
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedEigenSolver.h 303 m_matS = m_realQZ.matrixS();
RealQZ.h 42 * time. Once the decomposition is computed, you can use the matrixS(),
139 const MatrixType& matrixS() const {

Completed in 413 milliseconds