ArrayViewMut2 in ndarray - Rust

ndarray

Type Alias ArrayViewMut2 

Source

pub type ArrayViewMut2<'a, A> = ArrayViewMut<'a, A, Ix2>;
Expand description

two-dimensional read-write array view

Aliased Typeยง

pub struct ArrayViewMut2<'a, A> { /* private fields */ }