HomeSort by relevance Sort by last modified time
    Searched full:colamd_r (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
213 inline Index colamd_r(Index n_row) function in namespace:internal
269 return (2 * (nnz) + colamd_c (n_col) + colamd_r (n_row) + (n_col) + ((nnz) / 5));
420 Row_size = colamd_r (n_row) ;
    [all...]

Completed in 266 milliseconds