pub type DrMatrixVec<T> = DrMatrix<Vec<T>>;
pub struct DrMatrixVec<T> { /* private fields */ }
quickcheck
rand