HomeSort by relevance Sort by last modified time
    Searched full:colamd_c (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 198 indices of the matrix. colamd_c (n_col) + colamd_r (n_row) space is
209 inline Index colamd_c(Index n_col) function in namespace:internal
269 return (2 * (nnz) + colamd_c (n_col) + colamd_r (n_row) + (n_col) + ((nnz) / 5));
419 Col_size = colamd_c (n_col) ;
    [all...]

Completed in 325 milliseconds