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
209
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)
RealSchur.h
188
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)
Completed in 266 milliseconds