Searched refs:hess (Results 1 – 2 of 2) sorted by relevance
21 HessenbergDecomposition<MatrixType> hess(m); in hessenberg() local22 MatrixType Q = hess.matrixQ(); in hessenberg()23 MatrixType H = hess.matrixH(); in hessenberg()
347 …gDecompositionMatrixHReturnType(const HessenbergDecomposition<MatrixType>& hess) : m_hess(hess) { }