|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <vector>#include <map>#include <list>#include <set>#include "opengm/opengm.hxx"#include "opengm/inference/inference.hxx"#include "opengm/inference/messagepassing/messagepassing_trbp.hxx"#include "opengm/inference/messagepassing/messagepassing_bp.hxx"#include "opengm/utilities/tribool.hxx"#include "opengm/utilities/metaprogramming.hxx"#include "opengm/operations/maximizer.hxx"#include "opengm/operations/integrator.hxx"#include "opengm/inference/visitors/visitors.hxx"
Include dependency graph for messagepassing.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | opengm::MaxDistance |
| MaxDistance. More... | |
| class | opengm::MessagePassing< GM, ACC, UPDATE_RULES, DIST > |
| A framework for message passing algorithms Cf. F. R. Kschischang, B. J. Frey and H.-A. Loeliger, "Factor Graphs and the Sum-Product Algorithm", IEEE Transactions on Information Theory 47:498-519, 2001. More... | |
| struct | opengm::MessagePassing< GM, ACC, UPDATE_RULES, DIST >::Parameter |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_MESSAGE_PASSING_HXX |
| #define OPENGM_MESSAGE_PASSING_HXX |
Definition at line 3 of file messagepassing.hxx.
1.8.9.1