Type Alias TensorViewMut

Source
pub type TensorViewMut<'a, A, D> = TensorBase<ViewRepr<&'a mut A>, D>;
Expand description

a type alias for a TensorBase with a mutable view representation

Aliased Typeยง

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