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