Type Definition numpy::array::PyArray1[][src]

type PyArray1<T> = PyArray<T, Ix1>;
Expand description

One-dimensional array.