Home
last modified time | relevance | path

Searched refs:nextl (Results 1 – 3 of 3) 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()
99 Index nextl = glu.xlsub(jcol); in column_dfs() local
116 xplore, glu, nextl, krow, traits); in column_dfs()
136 if ( (nextl-jptr != jptr-jm1ptr-1) ) jsuper = emptyIdxLU; in column_dfs()
157 for (StorageIndex ifrom = jm1ptr; ifrom < nextl; ++ifrom, ++ito) in column_dfs()
159 nextl = ito; // = istop + length(jcol) in column_dfs()
169 xprune(jcol) = StorageIndex(nextl); // Initialize upper bound for pruning in column_dfs()
170 glu.xlsub(jcolp1) = StorageIndex(nextl); in column_dfs()
DSparseLU_Utils.h56 StorageIndex 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()
/external/rust/crates/remain/src/
Dcompare.rs62 (Some(nextl), Some(nextr)) => { in cmp_segment()
63 left = nextl; in cmp_segment()