Type Definition ndarray::Array1[][src]

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

one-dimensional array