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

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

Two-dimensional array.