HomeSort by relevance Sort by last modified time
    Searched refs:max_deg (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 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 */ local
442 &n_row2, &n_col2, &max_deg) ;
447 n_col2, max_deg, 2*nnz) ;
729 IndexType max_deg ; /* maximum row degree */ local
738 max_deg = 0 ;
800 max_deg = numext::maxi(max_deg, deg) ;
921 *p_max_deg = max_deg ;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.c 781 int max_deg; local
784 max_deg = WORDSIZE*a.n;
787 q = (unsigned *) malloc((max_deg+1)*BytesPerWord);

Completed in 603 milliseconds