pub type CsrMatrixRef<'a, T> = CsrMatrix<&'a [T], &'a [usize]>;
pub struct CsrMatrixRef<'a, T> { /* private fields */ }