OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeFromHessenberg
(Results
1 - 3
of
3
) 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)
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h
441
schurofH.
computeFromHessenberg
(m_Hes.topLeftCorner(it,it), matrixQ, computeU);
Completed in 68 milliseconds