pub type NdTensorViewMut<'a, T, const N: usize> = TensorBase<ViewMutData<'a, T>, NdLayout<N>>;Expand description
Mutable view of a tensor with N dimensions.
Aliased Typeยง
pub struct NdTensorViewMut<'a, T, const N: usize> { /* private fields */ }pub type NdTensorViewMut<'a, T, const N: usize> = TensorBase<ViewMutData<'a, T>, NdLayout<N>>;Mutable view of a tensor with N dimensions.
pub struct NdTensorViewMut<'a, T, const N: usize> { /* private fields */ }