Lines Matching refs:jcol
589 Index jcol;
592 Index nseg1; // Number of segments in U-column above panel row jcol
596 for (jcol = 0; jcol < n; )
600 for (k = jcol + 1; k < (std::min)(jcol+panel_size, n); k++)
604 panel_size = k - jcol;
609 panel_size = n - jcol;
612 Base::panel_dfs(m, panel_size, jcol, m_mat, m_perm_r.indices(), nseg1, dense, panel_lsub, segrep, repfnz, xprune, marker, parent, xplore, m_glu);
615 Base::panel_bmod(m, panel_size, jcol, nseg1, dense, tempv, segrep, repfnz, m_glu);
618 for ( jj = jcol; jj< jcol + panel_size; jj++)
620 k = (jj - jcol) * m; // Column index for w-wide arrays
637 info = Base::column_bmod(jj, (nseg - nseg1), dense_k, tempv, segrep_k, repfnz_k, jcol, m_glu);
683 jcol += panel_size; // Move to the next panel
759 for (Index jcol = fsupc; jcol < fsupc + nsupc; jcol++)
761 typename MatrixUType::InnerIterator it(m_mapU, jcol);
765 X(irow, j) -= X(jcol, j) * it.value();