Home | History | Annotate | Download | only in SparseLU

Lines Matching defs:irep

55   // For each supernode-rep irep in U(*,j]
57 Index i,irep,irep1;
62 irep = segrep(i);
63 irep1 = irep + 1;
67 if (repfnz(irep) == emptyIdxLU) continue;
70 // is fragmented into two parts -- irep and irep1. We should let
72 if (glu.supno(irep) == glu.supno(irep1) ) continue; // don't prune
75 if (glu.supno(irep) != jsupno )
77 if ( xprune (irep) >= glu.xlsub(irep1) )
79 kmin = glu.xlsub(irep);
96 if (irep == glu.xsup(glu.supno(irep)) ) // Snode of size 1
117 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) );
118 maxloc = glu.xlusup(irep) + ( kmax - glu.xlsub(irep) );
126 xprune(irep) = kmin; //Pruning