HomeSort by relevance Sort by last modified time
    Searched refs:computeFromHessenberg (Results 1 - 3 of 3) 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)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 428 schurofH.computeFromHessenberg(m_Hes.topLeftCorner(it,it), matrixQ, computeU);

Completed in 201 milliseconds