pub type ScalarsVec<const W: usize> = TensorVector<TensorRank0List<W>>;Expand description
A vector of lists of scalars.
Aliased Typeยง
pub struct ScalarsVec<const W: usize>(/* private fields */);pub type ScalarsVec<const W: usize> = TensorVector<TensorRank0List<W>>;A vector of lists of scalars.
pub struct ScalarsVec<const W: usize>(/* private fields */);