#include <gtsam/base/Vector.h>#include <gtsam/inference/Symbol.h>#include <gtsam/inference/BayesNet.h>#include <gtsam/discrete/DiscreteBayesNet.h>#include <gtsam/discrete/DiscreteBayesTree.h>#include <gtsam/discrete/DiscreteFactorGraph.h>#include <CppUnitLite/TestHarness.h>#include <iostream>#include <vector>
Go to the source code of this file.
Classes | |
| struct | TestFixture |
Functions | |
| int | main () |
| TEST (DiscreteBayesTree, DirectFromCliques) | |
| TEST (DiscreteBayesTree, Dot) | |
| TEST (DiscreteBayesTree, Joints) | |
| TEST (DiscreteBayesTree, Lookup) | |
| TEST (DiscreteBayesTree, MarginalFactors) | |
| TEST (DiscreteBayesTree, SeparatorMarginals) | |
| TEST (DiscreteBayesTree, Shortcuts) | |
| TEST (DiscreteBayesTree, ThinTree) | |
Variables | |
| static constexpr bool | debug = false |
| int main | ( | ) |
Definition at line 411 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| DirectFromCliques | |||
| ) |
Definition at line 377 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| Dot | |||
| ) |
Definition at line 288 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| Joints | |||
| ) |
Definition at line 225 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| Lookup | |||
| ) |
Definition at line 321 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| MarginalFactors | |||
| ) |
Definition at line 202 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| SeparatorMarginals | |||
| ) |
Definition at line 111 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| Shortcuts | |||
| ) |
Definition at line 144 of file testDiscreteBayesTree.cpp.
| TEST | ( | DiscreteBayesTree | , |
| ThinTree | |||
| ) |
Definition at line 82 of file testDiscreteBayesTree.cpp.
|
staticconstexpr |
Definition at line 31 of file testDiscreteBayesTree.cpp.