Type Alias ndarray::Array1

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

one-dimensional array

Aliased Type§

struct Array1<A> { /* private fields */ }