[][src]Type Definition mop_structs::matrix::dr_matrix::DrMatrixVecArray

type DrMatrixVecArray<DA> = DrMatrix<VecArray<DA>>;

Methods

impl<DA> DrMatrixVecArray<DA> where
    DA: Array
[src]

pub fn new_rnd<F, R>(shape: [usize; 2], 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]