Type Definition ndarray::Array2

source ·
pub type Array2<A> = Array<A, Ix2>;
Expand description

two-dimensional array

Trait Implementations§

Converts the Vec of arrays to an owned 2-D array.

Panics if the product of non-zero axis lengths overflows isize.