Type Definition ndarray::Array1

source ·
pub type Array1<A> = Array<A, Ix1>;
Expand description

one-dimensional array