[][src]Type Definition mop_structs::vec::css::CssVecArray

type CssVecArray<DA, IA> = Css<VecArray<DA>, VecArray<IA>>;

Methods

impl<DA, IA> CssVecArray<DA, IA> where
    DA: Array,
    IA: Array<Item = usize>, 
[src]

pub fn new_rnd<F, R>(len: usize, nnz: usize, rng: &mut R, cb: F) -> Self where
    F: FnMut(&mut R, usize) -> DA::Item,
    R: Rng
[src]

pub fn with_vec_array(
    len: usize,
    data: VecArray<DA>,
    indcs: VecArray<IA>
) -> Self
[src]