pub type TensorRank1Vec2D<const D: usize, const I: usize> = TensorVector<TensorRank1Vec<D, I>>;Expand description
A vector of vectors of rank-1 tensors.
Aliased Typeยง
pub struct TensorRank1Vec2D<const D: usize, const I: usize>(/* private fields */);