pub type DrMatrixVecArray<DA> = DrMatrix<VecArray<DA>>;
pub struct DrMatrixVecArray<DA> { /* private fields */ }