Searched refs:lsub_col (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_column_dfs.h | 93 …ol, IndexVector& perm_r, Index maxsuper, Index& nseg, BlockIndexVector lsub_col, IndexVector& seg… in column_dfs() argument 104 for (Index k = 0; ((k < m) ? lsub_col[k] != emptyIdxLU : false) ; k++) in column_dfs() 106 Index krow = lsub_col(k); in column_dfs() 107 lsub_col(k) = emptyIdxLU; in column_dfs()
|
D | SparseLUImpl.h | 50 …ol, IndexVector& perm_r, Index maxsuper, Index& nseg, BlockIndexVector lsub_col, IndexVector& seg…
|