Searched refs:hess (Results 1 – 4 of 4) sorted by relevance
38 HessenbergDecomposition<SquareMatrixType> hess(b); in qr()39 VERIFY_IS_APPROX(b, hess.matrixQ() * hess.matrixH() * hess.matrixQ().adjoint()); in qr()40 VERIFY_IS_APPROX(tridiag.matrixT(), hess.matrixH()); in qr()42 hess.compute(b); in qr()43 VERIFY_IS_APPROX(b, hess.matrixQ() * hess.matrixH() * hess.matrixQ().adjoint()); in qr()
21 HessenbergDecomposition<MatrixType> hess(m); in hessenberg() local22 MatrixType Q = hess.matrixQ(); in hessenberg()23 MatrixType H = hess.matrixH(); in hessenberg()
346 …gDecompositionMatrixHReturnType(const HessenbergDecomposition<MatrixType>& hess) : m_hess(hess) { }
34205 http://www.copernicus.org/EGU/hess/assignment.html64851 http://www.policyreview.org/apr04/hess.html