Searched refs:Colamd_Row (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 166 struct Colamd_Row struct 207 { return IndexType(((n_row) + 1) * sizeof (Colamd_Row<IndexType>) / sizeof (IndexType)); } in colamd_r() 211 static IndexType init_rows_cols (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row [], co… 214 static void init_scoring (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row [], colamd_co… 217 static IndexType find_ordering (IndexType n_row, IndexType n_col, IndexType Alen, Colamd_Row<IndexT… 226 static IndexType garbage_collection (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row []… 229 static inline IndexType clear_mark (IndexType n_row, Colamd_Row<IndexType> Row [] ) ; 331 Colamd_Row<IndexType> *Row ; /* pointer into A of Row [0..n_row] array */ in colamd() 428 Row = (Colamd_Row<IndexType> *) &A [Alen + Col_size] ; in colamd() 488 Colamd_Row<IndexType> Row [], /* of size n_row+1 */ in init_rows_cols() [all …]
|