[][src]Type Definition mop_structs::matrix::csr_matrix::CsrMatrixVecArray

type CsrMatrixVecArray<DA, UA> = CsrMatrix<VecArray<DA>, VecArray<UA>>;

Methods

impl<DA, UA> CsrMatrixVecArray<DA, UA> where
    DA: Array,
    UA: Array<Item = usize>, 
[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]) -> DA::Item,
    R: Rng
[src]

pub fn with_vec_array(cols: usize) -> Self[src]