Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h217 …> Col [], IndexType A [], IndexType head [], IndexType n_col2, IndexType max_deg, IndexType pfree);
336 IndexType max_deg ; /* maximum row degree */ in colamd() local
442 &n_row2, &n_col2, &max_deg) ; in colamd()
447 n_col2, max_deg, 2*nnz) ; in colamd()
729 IndexType max_deg ; /* maximum row degree */ in init_scoring() local
738 max_deg = 0 ; in init_scoring()
800 max_deg = numext::maxi(max_deg, deg) ; in init_scoring()
921 *p_max_deg = max_deg ; in init_scoring()
947 IndexType max_deg, /* Maximum row degree */ in find_ordering() argument
1095 max_deg = numext::maxi(max_deg, pivot_row_degree) ; in find_ordering()
[all …]