Type Definition ndarray::ArrayView2[][src]

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

two-dimensional array view