Skip to main content

NdTensorViewMut

Type Alias NdTensorViewMut 

Source
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 */ }