LayoutRef2 in ndarray - Rust

ndarray

Type Alias LayoutRef2 

Source

pub type LayoutRef2<A> = LayoutRef<A, Ix2>;
Expand description

two-dimensional layout reference

Aliased Typeยง

pub struct LayoutRef2<A>(/* private fields */);