Home | History | Annotate | Download | only in OrderingMethods

Lines Matching refs:max_deg

217 static IndexType find_ordering (IndexType n_row, IndexType n_col, IndexType Alen, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col [], IndexType A [], IndexType head [], IndexType n_col2, IndexType max_deg, IndexType pfree);
336 IndexType max_deg ; /* maximum row degree */
442 &n_row2, &n_col2, &max_deg) ;
447 max_deg, 2*nnz) ;
729 IndexType max_deg ; /* maximum row degree */
738 max_deg = 0 ;
800 max_deg = numext::maxi(max_deg, deg) ;
921 *p_max_deg = max_deg ;
947 IndexType max_deg, /* Maximum row degree */
1095 max_deg = numext::maxi(max_deg, pivot_row_degree) ;
1208 COLAMD_ASSERT (Row [row].shared1.degree <= max_deg) ;
1340 tag_mark += (max_deg + 1) ;