UGM (undirected graphical model) examples: chain. More...
#include <gtsam/base/timing.h>
#include <gtsam/discrete/DiscreteFactorGraph.h>
#include <gtsam/discrete/DiscreteMarginals.h>
#include <iomanip>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
UGM (undirected graphical model) examples: chain.
See http://www.di.ens.fr/~mschmidt/Software/UGM/chain.html for more explanation. This code demos the same example using GTSAM.
Definition in file UGM_chain.cpp.
Definition at line 31 of file UGM_chain.cpp.