![]() |
aGrUM
0.14.2
|
Class used to compute the operation between two decision diagrams. More...
#include <agrum/multidim/utils/FunctionGraphUtilities/internalNode.h>
#include <agrum/multidim/utils/FunctionGraphUtilities/operators/regress.h>
Go to the source code of this file.
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Macros | |
#define | ALLOCATE(x) SmallObjectAllocator::instance().allocate(x) |
#define | DEALLOCATE(x, y) SmallObjectAllocator::instance().deallocate(x, y) |
Class used to compute the operation between two decision diagrams.
Definition in file regress_tpl.h.
#define ALLOCATE | ( | x | ) | SmallObjectAllocator::instance().allocate(x) |
Definition at line 31 of file regress_tpl.h.
Referenced by gum::Regress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::__compute(), gum::Regress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::__establishVarOrder(), gum::Regress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::__findRetrogradeVariables(), and gum::Regress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::compute().
#define DEALLOCATE | ( | x, | |
y | |||
) | SmallObjectAllocator::instance().deallocate(x, y) |
Definition at line 32 of file regress_tpl.h.
Referenced by gum::Regress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::__compute(), gum::Regress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::__findRetrogradeVariables(), gum::Regress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::compute(), and gum::Regress< GUM_SCALAR, COMBINEOPERATOR, PROJECTOPERATOR, TerminalNodePolicy >::~Regress().