Home
last modified time | relevance | path

Searched defs:computeU (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
DRealSchur.h246 RealSchur<MatrixType>& RealSchur<MatrixType>::compute(const MatrixType& matrix, bool computeU) in compute()
263 …computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU) in computeFromHessenberg()
364 inline void RealSchur<MatrixType>::splitOffTwoRows(Index iu, bool computeU, const Scalar& exshift) in splitOffTwoRows()
468 inline void RealSchur<MatrixType>::performFrancisQRStep(Index il, Index im, Index iu, bool computeU in performFrancisQRStep()
/external/eigen/unsupported/Eigen/src/SVD/
DSVDBase.h155 inline bool computeU() const { return m_computeFullU || m_computeThinU; } in computeU() function