PyArray2

Type Alias PyArray2 

Source
pub type PyArray2<T> = PyArray<T, Dim<[usize; 2]>>;
Expand description

Two-dimensional array.

Aliased Typeยง

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