Skip to main content

compute_nnz_per_row

Function compute_nnz_per_row 

Source
pub fn compute_nnz_per_row(a: &CsrMatrix) -> Vec<usize>
Expand description

Compute the number of non-zeros per row for a CSR matrix.