aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
gum::learning::DBRow< T_DATA > Member List

This is the complete list of members for gum::learning::DBRow< T_DATA >, including all inherited members.

clone() constgum::learning::DBRow< T_DATA >
DBRow()gum::learning::DBRow< T_DATA >
DBRow(const std::size_t size, const double weight=1.0)gum::learning::DBRow< T_DATA >
DBRow(const std::size_t size, const T_DATA default_value, const double weight)gum::learning::DBRow< T_DATA >
DBRow(std::initializer_list< T_DATA > list, const double weight=1.0)gum::learning::DBRow< T_DATA >
DBRow(const std::vector< T_DATA > &cells, const double weight=1.0)gum::learning::DBRow< T_DATA >
DBRow(std::vector< T_DATA > &&cells, const double weight=1.0)gum::learning::DBRow< T_DATA >
DBRow(const DBRow< T_DATA > &from)gum::learning::DBRow< T_DATA >
DBRow(DBRow< T_DATA > &&from)gum::learning::DBRow< T_DATA >
operator=(const DBRow< T_DATA > &from)gum::learning::DBRow< T_DATA >
operator=(DBRow< T_DATA > &&from)gum::learning::DBRow< T_DATA >
operator[](const std::size_t i)gum::learning::DBRow< T_DATA >
operator[](const std::size_t i) constgum::learning::DBRow< T_DATA >
pushBack(const T_DATA &elt)gum::learning::DBRow< T_DATA >
pushBack(T_DATA &&elt)gum::learning::DBRow< T_DATA >
reserve(const std::size_t new_size)gum::learning::DBRow< T_DATA >
resize(const std::size_t new_size)gum::learning::DBRow< T_DATA >
row() const noexceptgum::learning::DBRow< T_DATA >
row() noexceptgum::learning::DBRow< T_DATA >
row_gum::learning::DBRow< T_DATA >protected
setRow(const std::vector< T_DATA > &new_row)gum::learning::DBRow< T_DATA >
setRow(std::vector< T_DATA > &&new_row)gum::learning::DBRow< T_DATA >
setWeight(const double new_weight)gum::learning::DBRow< T_DATA >
size() const noexceptgum::learning::DBRow< T_DATA >
weight() const noexceptgum::learning::DBRow< T_DATA >
weight() noexceptgum::learning::DBRow< T_DATA >
weight_gum::learning::DBRow< T_DATA >protected
~DBRow()gum::learning::DBRow< T_DATA >