Searched refs:matrixH (Results 1 – 7 of 7) sorted by relevance
23 MatrixType H = hess.matrixH(); in hessenberg()37 VERIFY_IS_EQUAL(cs1.matrixH().eval(), cs2.matrixH().eval()); in hessenberg()44 VERIFY_RAISES_ASSERT( hessUninitialized.matrixH() ); in hessenberg()
4 cout << "The matrix H in the decomposition of A is:" << endl << hd.matrixH() << endl;6 cout << "The matrix H in the decomposition of 2A is:" << endl << hd.matrixH() << endl;
7 << endl << hessOfA.matrixH() << endl;
4 MatrixXf H = hessOfA.matrixH();
211 …ComplexSchur& computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, …341 …>& ComplexSchur<MatrixType>::computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrix…343 m_matT = matrixH;359 _this.m_matT = _this.m_hess.matrixH();373 _this.m_matT = _this.m_hess.matrixH().template cast<ComplexScalar>();
190 …RealSchur& computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bo…274 computeFromHessenberg(m_hess.matrixH(), m_hess.matrixQ(), computeU); in compute()282 RealSchur<MatrixType>& RealSchur<MatrixType>::computeFromHessenberg(const HessMatrixType& matrixH, … in computeFromHessenberg() argument286 m_matT = matrixH; in computeFromHessenberg()292 maxIters = m_maxIterationsPerRow * matrixH.rows(); in computeFromHessenberg()
262 MatrixHReturnType matrixH() const