ScalarsVec

Type Alias ScalarsVec 

Source
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 */);