Type Definition CsrMatrixRef
mop_structs::matrix::csr_matrix
type CsrMatrixRef<'a, T> = CsrMatrix<&'a [T], &'a [usize]>;