Home
last modified time | relevance | path

Searched refs:nextl (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_dfs.h50 void mem_expand(IndexVector& lsub, Index& nextl, Index chmark) in mem_expand()
52 if (nextl >= m_glu.nzlmax) in mem_expand()
53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions); in mem_expand()
97 Index nextl = glu.xlsub(jcol); in column_dfs() local
114 xplore, glu, nextl, krow, traits); in column_dfs()
134 if ( (nextl-jptr != jptr-jm1ptr-1) ) jsuper = emptyIdxLU; in column_dfs()
155 for (ifrom = jm1ptr; ifrom < nextl; ++ifrom, ++ito) in column_dfs()
157 nextl = ito; // = istop + length(jcol) in column_dfs()
167 xprune(jcol) = nextl; // Intialize upper bound for pruning in column_dfs()
168 glu.xlsub(jcolp1) = nextl; in column_dfs()
DSparseLU_Utils.h56 Index nextl = 0; in fixupL() local
64 glu.xlsub(fsupc) = nextl; in fixupL()
67 glu.lsub(nextl) = perm_r(glu.lsub(j)); // Now indexed into P*A in fixupL()
68 nextl++; in fixupL()
71 glu.xlsub(k) = nextl; // other columns in supernode i in fixupL()
74 glu.xlsub(n) = nextl; in fixupL()