Home
last modified time | relevance | path

Searched refs:hess (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dhessenberg.cpp21 HessenbergDecomposition<MatrixType> hess(m); in hessenberg() local
22 MatrixType Q = hess.matrixQ(); in hessenberg()
23 MatrixType H = hess.matrixH(); in hessenberg()
/external/eigen/Eigen/src/Eigenvalues/
DHessenbergDecomposition.h347 …gDecompositionMatrixHReturnType(const HessenbergDecomposition<MatrixType>& hess) : m_hess(hess) { }