logo

Type Definition ndarray::Array3

source · []
pub type Array3<A> = Array<A, Ix3>;
Expand description

three-dimensional array

Trait Implementations

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

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