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

type PyArray2<T> = PyArray<T, Ix2>;

Two-dimensional array.