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