[−][src]Type Definition mop_structs::matrix::csr_matrix::CsrMatrixVec
type CsrMatrixVec<T> = CsrMatrix<Vec<T>, Vec<usize>>;
Methods
impl<T> CsrMatrixVec<T>[src]
pub fn new_rnd<F, R>(shape: [usize; 2], nnz: usize, rng: &mut R, cb: F) -> Self where
F: FnMut(&mut R, [usize; 2]) -> T,
R: Rng, [src]
F: FnMut(&mut R, [usize; 2]) -> T,
R: Rng,
pub fn with_vec_capacity(shape: [usize; 2], nnz: usize) -> Self[src]
Trait Implementations
impl<T> Arbitrary for CsrMatrixVec<T> where
Standard: Distribution<T>,
T: Arbitrary, [src]
Standard: Distribution<T>,
T: Arbitrary,