HomeSort by relevance Sort by last modified time
    Searched refs:nextl_col (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 66 Index& nextl_col, Index krow, Traits& traits
77 panel_lsub(nextl_col++) = krow; // krow is indexed into A
79 traits.mem_expand(panel_lsub, nextl_col, kmark);
123 panel_lsub(nextl_col++) = kchild;
124 traits.mem_expand(panel_lsub, nextl_col, chmark);
221 Index nextl_col; // Next available position in panel_lsub[*,jj] local
232 nextl_col = (jj - jcol) * m;
234 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero location in each row
235 VectorBlock<ScalarVector> dense_col(dense,nextl_col, m); // Accumulate a column vector here
249 xplore, glu, nextl_col, krow, traits)
    [all...]
SparseLU_panel_bmod.h 61 Index ksub,jj,nextl_col; local
90 nextl_col = (jj-jcol) * m;
91 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero column index for each row
111 nextl_col = (jj-jcol) * m;
112 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero column index for each row
113 VectorBlock<ScalarVector> dense_col(dense, nextl_col, m); // Scatter/gather entire matrix column from/to here
158 nextl_col = (jj-jcol) * m;
159 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero column index for each row
160 VectorBlock<ScalarVector> dense_col(dense, nextl_col, m); // Scatter/gather entire matrix column from/to here
193 nextl_col = (jj-jcol) * m;
    [all...]
SparseLUImpl.h 46 IndexVector& xplore, GlobalLU_t& glu, Index& nextl_col, Index krow, Traits& traits);

Completed in 73 milliseconds