![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
A container for registering binary functions on multiDimImplementations. More...
#include <atomic>#include <iostream>#include <string>#include <utility>#include <agrum/base/core/hashTable.h>#include <agrum/base/multidim/utils/operators/operatorRegister4MultiDim_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::OperatorRegister4MultiDim< GUM_SCALAR > |
| A container for registering binary functions on multiDimImplementations. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| template<typename GUM_SCALAR> | |
| void | gum::registerOperator (const std::string &operation_name, const std::string &type1, const std::string &type2, typename OperatorRegister4MultiDim< GUM_SCALAR >::OperatorPtr function) |
| A function to more easily register new operators in MultiDims. | |
A container for registering binary functions on multiDimImplementations.
Definition in file operatorRegister4MultiDim.h.