Lines Matching refs:jcol
40 * \param jcol current column to update
53 Index SparseLUImpl<Scalar,Index>::column_bmod(const Index jcol, const Index nseg, BlockScalarVector dense, ScalarVector& tempv, BlockIndexVector segrep, BlockIndexVector repfnz, Index fpanelc, GlobalLU_t& glu)
67 jsupno = glu.supno(jcol);
112 nextlu = glu.xlusup(jcol);
140 glu.xlusup(jcol + 1) = nextlu; // close L\U(*,jcol);
150 if (fst_col < jcol)
159 nsupc = jcol - fst_col; // excluding jcol
162 // points to the beginning of jcol in snode L\U(jsupno)
163 ufirst = glu.xlusup(jcol) + d_fsupc;
164 Index lda = glu.xlusup(jcol+1) - glu.xlusup(jcol);