DrMatrixVecArray

Type Alias DrMatrixVecArray 

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

Aliased Type§

pub struct DrMatrixVecArray<DA> { /* private fields */ }

Implementations§

Source§

impl<DA> DrMatrixVecArray<DA>
where DA: Array,

Source

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,

Source

pub fn with_vec_array(cols: usize) -> Self