Lines Matching defs:kmin
60 Index kmin = 0, kmax = 0, minloc, maxloc,krow;
80 kmin = glu.xlsub(irep);
82 for (krow = kmin; krow <= kmax; krow++)
100 while (kmin <= kmax)
104 else if ( perm_r(glu.lsub(kmin)) != emptyIdxLU)
105 kmin++;
108 // kmin below pivrow (not yet pivoted), and kmax
110 std::swap(glu.lsub(kmin), glu.lsub(kmax));
118 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) );
122 kmin++;
127 xprune(irep) = StorageIndex(kmin); //Pruning