aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
operatorRegister4MultiDim.h File Reference

A container for registering binary functions on multiDimImplementations. More...

#include <atomic>
#include <iostream>
#include <string>
#include <utility>
#include <agrum/base/core/hashTable.h>
#include <string_view>
#include <agrum/base/multidim/utils/operators/operatorRegister4MultiDim_tpl.h>
Include dependency graph for operatorRegister4MultiDim.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::OperatorRegister4MultiDim< GUM_ELEMENT >
 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_ELEMENT>
void gum::registerOperator (std::string_view operation_name, std::string_view type1, std::string_view type2, typename OperatorRegister4MultiDim< GUM_ELEMENT >::OperatorPtr function)
 A function to more easily register new operators in MultiDims.

Detailed Description

A container for registering binary functions on multiDimImplementations.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file operatorRegister4MultiDim.h.