Type Definition numpy::array::PyArray2

source · []
pub type PyArray2<T> = PyArray<T, Ix2>;
Expand description

Two-dimensional array.