pub type DrMatrixMut<'a, T> = DrMatrix<&'a mut [T]>;
pub struct DrMatrixMut<'a, T> { /* private fields */ }