numpy::array

Type Alias PyArray2

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

Two-dimensional array.

Aliased Typeยง

struct PyArray2<T>(/* private fields */);