Lines Matching defs:kmax
60 Index kmin = 0, kmax = 0, minloc, maxloc,krow;
81 kmax = glu.xlsub(irep1) - 1;
82 for (krow = kmin; krow <= kmax; krow++)
100 while (kmin <= kmax)
102 if (perm_r(glu.lsub(kmax)) == emptyIdxLU)
103 kmax--;
108 // kmin below pivrow (not yet pivoted), and kmax
110 std::swap(glu.lsub(kmin), glu.lsub(kmax));
119 maxloc = glu.xlusup(irep) + ( kmax - glu.xlsub(irep) );
123 kmax--;