Lines Matching refs:il
198 …void initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo, Index& im, Vector3s& firstHo…
199 …void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseh…
231 Index il = findSmallSubdiagEntry(iu, norm); in compute() local
234 if (il == iu) // One root found in compute()
242 else if (il == iu-1) // Two roots found in compute()
256 initFrancisQRStep(il, iu, shiftInfo, im, firstHouseholderVector); in compute()
257 performFrancisQRStep(il, im, iu, computeU, firstHouseholderVector, workspace); in compute()
377 inline void RealSchur<MatrixType>::initFrancisQRStep(Index il, Index iu, const Vector3s& shiftInfo,… in initFrancisQRStep() argument
381 for (im = iu-2; im >= il; --im) in initFrancisQRStep()
389 if (im == il) { in initFrancisQRStep()
403 inline void RealSchur<MatrixType>::performFrancisQRStep(Index il, Index im, Index iu, bool computeU… in performFrancisQRStep() argument
405 assert(im >= il); in performFrancisQRStep()
426 if (firstIteration && k > il) in performFrancisQRStep()