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 */ }pub type TensorViewMut<'a, A, D> = TensorBase<ViewRepr<&'a mut A>, D>;a type alias for a TensorBase with a mutable view representation
pub struct TensorViewMut<'a, A, D> { /* private fields */ }