Home
last modified time | relevance | path

Searched refs:colamd_col (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h132 struct colamd_col struct
203 { return IndexType( ((n_col) + 1) * sizeof (colamd_col<IndexType>) / sizeof (IndexType) ) ; } in colamd_c()
211 …_cols (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row [], colamd_col<IndexType> col […
214 …oring (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col […
217 … n_row, IndexType n_col, IndexType Alen, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col […
220 static void order_children (IndexType n_col, colamd_col<IndexType> Col [], IndexType p []);
223 static void detect_super_cols (colamd_col<IndexType> Col [], IndexType A [], IndexType head [], Ind…
226 …ction (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col […
332 colamd_col<IndexType> *Col ; /* pointer into A of Col [0..n_col] array */ in colamd()
427 Col = (colamd_col<IndexType> *) &A [Alen] ; in colamd()
[all …]