pub type CsrMatrixVec<T> = CsrMatrix<Vec<T>, Vec<usize>>;
pub struct CsrMatrixVec<T> { /* private fields */ }
quickcheck
rand