Skip to main content

column_counts

Function column_counts 

Source
pub fn column_counts(
    row_offsets: &[usize],
    col_indices: &[usize],
    etree: &EliminationTree,
) -> Vec<usize>
Expand description

Compute the number of non-zeros in each column of L.

Uses the elimination tree to propagate fill-in counts from leaves to root. Input is CSR lower triangle.