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

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

Two-dimensional array.