pub type CsrMatrixArray<DA, UA> = CsrMatrix<DA, UA>;
pub struct CsrMatrixArray<DA, UA> { /* private fields */ }