Lines Matching full:column
87 // First nonzero element in the current column:
185 * A supernode representative is the last column of a supernode.
190 * a superset of the topological order of each individual column within
193 * (supernodal entry location) is also returned. Each column has
197 * marker[i] == jj, if i was visited during dfs of current column jj;
202 * \param[in] jcol Starting column of the panel
203 * \param[in] A Input matrix in column-major storage
206 * \param[out] dense Accumulate the column vectors of the panel
229 // For each column in the panel
235 VectorBlock<ScalarVector> dense_col(dense,nextl_col, m); // Accumulate a column vector here
250 }// end for nonzeros in column jj
252 } // end for column jj