Lines Matching refs:jcol
43 …column_dfs_traits(Index jcol, Index& jsuper, typename SparseLUImpl<Scalar, Index>::GlobalLU_t& glu… in column_dfs_traits()
44 : m_jcol(jcol), m_jsuper_ref(jsuper), m_glu(glu), m_luImpl(luImpl) in column_dfs_traits()
93 Index SparseLUImpl<Scalar,Index>::column_dfs(const Index m, const Index jcol, IndexVector& perm_r, … in column_dfs() argument
96 Index jsuper = glu.supno(jcol); in column_dfs()
97 Index nextl = glu.xlsub(jcol); in column_dfs()
101 column_dfs_traits<IndexVector, ScalarVector> traits(jcol, jsuper, glu, *this); in column_dfs()
111 if (kmark == jcol) continue; in column_dfs()
113 dfs_kernel(jcol, perm_r, nseg, glu.lsub, segrep, repfnz, xprune, marker2, parent, in column_dfs()
118 Index nsuper = glu.supno(jcol); in column_dfs()
119 Index jcolp1 = jcol + 1; in column_dfs()
120 Index jcolm1 = jcol - 1; in column_dfs()
123 if ( jcol == 0 ) in column_dfs()
130 jptr = glu.xlsub(jcol); // Not yet compressed in column_dfs()
138 if ( (jcol - fsupc) >= maxsuper) jsuper = emptyIdxLU; in column_dfs()
153 glu.xlsub(jcol) = istop; in column_dfs()
160 glu.supno(jcol) = nsuper; in column_dfs()
167 xprune(jcol) = nextl; // Intialize upper bound for pruning in column_dfs()