Lines Matching refs:il
240 …void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHo…
241 …void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseh…
289 Index il = findSmallSubdiagEntry(iu, norm); in computeFromHessenberg() local
292 if (il == iu) // One root found in computeFromHessenberg()
300 else if (il == iu-1) // Two roots found in computeFromHessenberg()
315 initFrancisQRStep(il, iu, shiftInfo, im, firstHouseholderVector); in computeFromHessenberg()
316 performFrancisQRStep(il, im, iu, computeU, firstHouseholderVector, workspace); in computeFromHessenberg()
441 inline void RealSchur<MatrixType>::initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo,… in initFrancisQRStep() argument
446 for (im = iu-2; im >= il; --im) in initFrancisQRStep()
454 if (im == il) { in initFrancisQRStep()
468 inline void RealSchur<MatrixType>::performFrancisQRStep(Index il, Index im, Index iu, bool computeU… in performFrancisQRStep() argument
470 eigen_assert(im >= il); in performFrancisQRStep()
491 if (firstIteration && k > il) in performFrancisQRStep()