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

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

One-dimensional array.