Lines Matching refs:colamd_col
132 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()
489 colamd_col<IndexType> Col [], /* of size n_col+1 */ in init_rows_cols()
705 colamd_col<IndexType> Col [], /* of size n_col+1 */ in init_scoring()
943 colamd_col<IndexType> Col [], /* of size n_col+1 */ in find_ordering()
1451 colamd_col<IndexType> Col [], /* of size n_col+1 */ in order_children()
1551 colamd_col<IndexType> Col [], /* of size n_col+1 */ in detect_super_cols()
1705 colamd_col<IndexType> Col [], /* column info */ in garbage_collection()