Searched defs:computeU (Results 1 – 2 of 2) sorted by relevance
249 …chur<MatrixType>& RealSchur<MatrixType>::compute(const EigenBase<InputType>& matrix, bool computeU) in compute()282 …computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool computeU) in computeFromHessenberg()383 inline void RealSchur<MatrixType>::splitOffTwoRows(Index iu, bool computeU, const Scalar& exshift) in splitOffTwoRows()485 inline void RealSchur<MatrixType>::performFrancisQRStep(Index il, Index im, Index iu, bool computeU… in performFrancisQRStep()
188 inline bool computeU() const { return m_computeFullU || m_computeThinU; } in computeU() function