69 std::vector< float > v;
81 std::vector< double > v;
virtual void populate(const std::vector< GUM_SCALAR > &v) const final
Automatically fills this MultiDimContainer with the values in v.
virtual Size domainSize() const final
Returns the product of the variables domain size.
virtual ~SimpleUTGenerator()
Destructor.
SimpleUTGenerator()
Default constructor.
virtual void generateUT(const Idx &varId, const Tensor< float > &ut)
Generates a UT using floats.
aGrUM's Tensor is a multi-dimensional array with tensor operators.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Size Idx
Type for indexes.
double randomProba()
Returns a random double between 0 and 1 included (i.e.
gum is the global namespace for all aGrUM entities
Abstract class for generating Utility Tables.