Searched defs:computeFromHessenberg (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h209 ComplexSchur& computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU=true);
332 computeFromHessenberg(m_matT, m_matU, computeU);
338 ComplexSchur<MatrixType>& ComplexSchur<MatrixType>::computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU) function in class:Eigen::ComplexSchur
H A DRealSchur.h188 RealSchur& computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU);
257 computeFromHessenberg(m_hess.matrixH(), m_hess.matrixQ(), computeU);
263 RealSchur<MatrixType>& RealSchur<MatrixType>::computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU) function in class:Eigen::RealSchur

Completed in 1504 milliseconds