ScalarListVec

Type Alias ScalarListVec 

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