NdTensor

Type Alias NdTensor 

Source
pub type NdTensor<T, const N: usize> = TensorBase<Vec<T>, NdLayout<N>>;
Expand description

Owned tensor with N dimensions.

Aliased Typeยง

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