Type Definition numpy::array::PyArray3

source · []
pub type PyArray3<T> = PyArray<T, Ix3>;
Expand description

Three-dimensional array.