Type Definition ndarray::Array1

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

one-dimensional array

Trait Implementations§

Converts to this type from the input type.