Type Definition ndarray::ArrayView2

source ·
pub type ArrayView2<'a, A> = ArrayView<'a, A, Ix2>;
Expand description

two-dimensional array view