ArrayViewMut3 in ndarray - Rust

ndarray

Type Alias ArrayViewMut3 

Source

pub type ArrayViewMut3<'a, A> = ArrayViewMut<'a, A, Ix3>;
Expand description

three-dimensional read-write array view

Aliased Typeยง

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