Lines Matching refs:il
242 …void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHo…
243 …void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseh…
310 Index il = findSmallSubdiagEntry(iu); in computeFromHessenberg() local
313 if (il == iu) // One root found in computeFromHessenberg()
321 else if (il == iu-1) // Two roots found in computeFromHessenberg()
336 initFrancisQRStep(il, iu, shiftInfo, im, firstHouseholderVector); in computeFromHessenberg()
337 performFrancisQRStep(il, im, iu, computeU, firstHouseholderVector, workspace); in computeFromHessenberg()
460 inline void RealSchur<MatrixType>::initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo,… in initFrancisQRStep() argument
465 for (im = iu-2; im >= il; --im) in initFrancisQRStep()
473 if (im == il) { in initFrancisQRStep()
485 inline void RealSchur<MatrixType>::performFrancisQRStep(Index il, Index im, Index iu, bool computeU… in performFrancisQRStep() argument
487 eigen_assert(im >= il); in performFrancisQRStep()
508 if (firstIteration && k > il) in performFrancisQRStep()