sort_indices

Function sort_indices 

Source
pub fn sort_indices<I: Index, T>(
    col_ptr: &[I],
    col_nnz: Option<&[I]>,
    row_idx: &mut [I],
    val: &mut [T],
)
Expand description

sorts row_indices and values simultaneously so that row_indices is nonincreasing.