HomeSort by relevance Sort by last modified time
    Searched defs:irep (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_pruneL.h 55 // For each supernode-rep irep in U(*,j]
57 Index i,irep,irep1; local
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);
    [all...]
SparseLU.h 550 Index irep; local
634 irep = segrep(i);
635 repfnz_k(irep) = emptyIdxLU;

Completed in 208 milliseconds