Type Definition ArrayViewMut3
ndarray
type ArrayViewMut3<'a, A> = ArrayViewMut<'a, A, Ix3>;
three-dimensional read-write array view