pub type NdTensor<T, const N: usize> = TensorBase<Vec<T>, NdLayout<N>>;
Owned tensor with N dimensions.
pub struct NdTensor<T, const N: usize> { /* private fields */ }