Type Definition Array2
Other items inndarray_glm
pub type Array2<A> = ArrayBase<OwnedRepr<A>, Dim<[usize; 2]>>;
two-dimensional array