[][src]Type Definition mop_structs::matrix::csr_matrix::CsrMatrixRef

type CsrMatrixRef<'a, T> = CsrMatrix<&'a [T], &'a [usize]>;