Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h136 struct ColStructure struct
223 { return IndexType( ((n_col) + 1) * sizeof (ColStructure<IndexType>) / sizeof (IndexType) ) ; } in colamd_c()
231 …ls (IndexType n_row, IndexType n_col, RowStructure<IndexType> Row [], ColStructure<IndexType> col …
234 …ng (IndexType n_row, IndexType n_col, RowStructure<IndexType> Row [], ColStructure<IndexType> Col …
237 …row, IndexType n_col, IndexType Alen, RowStructure<IndexType> Row [], ColStructure<IndexType> Col …
240 static void order_children (IndexType n_col, ColStructure<IndexType> Col [], IndexType p []);
243 static void detect_super_cols (ColStructure<IndexType> Col [], IndexType A [], IndexType head [], I…
246 …on (IndexType n_row, IndexType n_col, RowStructure<IndexType> Row [], ColStructure<IndexType> Col …
352 Colamd::ColStructure<IndexType> *Col ; /* pointer into A of Col [0..n_col] array */ in compute_ordering()
447 Col = (ColStructure<IndexType> *) &A [Alen] ; in compute_ordering()
[all …]