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