NdTensorView

Type Alias NdTensorView 

Source
pub type NdTensorView<'a, T, const N: usize> = TensorBase<ViewData<'a, T>, NdLayout<N>>;
Expand description

View of a tensor with N dimensions.

Aliased Typeยง

pub struct NdTensorView<'a, T, const N: usize> { /* private fields */ }