Searched refs:Colamd_Row (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 173 struct Colamd_Row struct 214 { return Index(((n_row) + 1) * sizeof (Colamd_Row<Index>) / sizeof (Index)); } in colamd_r() 218 static Index init_rows_cols (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> … 221 static void init_scoring (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> Col… 224 static Index find_ordering (Index n_row, Index n_col, Index Alen, Colamd_Row<Index> Row [], colamd_… 233 static Index garbage_collection (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Ind… 236 static inline Index clear_mark (Index n_row, Colamd_Row<Index> Row [] ) ; 338 Colamd_Row<Index> *Row ; /* pointer into A of Row [0..n_row] array */ in colamd() 435 Row = (Colamd_Row<Index> *) &A [Alen + Col_size] ; in colamd() 495 Colamd_Row<Index> Row [], /* of size n_row+1 */ in init_rows_cols() [all …]
|