Contains generic inference algorithms that convert between templated graphical models, i.e., factor graphs, Bayes nets, and Bayes trees. More...
Go to the source code of this file.
Namespaces | |
gtsam | |
traits | |
gtsam::inference | |
Functions | |
template<class TREE , class RESULT > | |
FastVector< typename TREE::sharedFactor > | gtsam::inference::EliminateTree (RESULT &result, const TREE &tree, const typename TREE::Eliminate &function) |
Contains generic inference algorithms that convert between templated graphical models, i.e., factor graphs, Bayes nets, and Bayes trees.
Definition in file inference-inst.h.
FastVector<typename TREE::sharedFactor> childFactors |
Definition at line 35 of file inference-inst.h.
const TREE::Eliminate& eliminationFunction |
Definition at line 55 of file inference-inst.h.
EliminationData* const parentData |
Definition at line 34 of file inference-inst.h.
RESULT& result |
Definition at line 54 of file inference-inst.h.