OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeFromHessenberg
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h
211
ComplexSchur&
computeFromHessenberg
(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU=true);
335
computeFromHessenberg
(m_matT, m_matU, computeU);
341
ComplexSchur<MatrixType>& ComplexSchur<MatrixType>::
computeFromHessenberg
(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU)
RealSchur.h
190
RealSchur&
computeFromHessenberg
(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU);
274
computeFromHessenberg
(m_hess.matrixH(), m_hess.matrixQ(), computeU);
282
RealSchur<MatrixType>& RealSchur<MatrixType>::
computeFromHessenberg
(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU)
Completed in 72 milliseconds