#include <tests/smallExample.h>#include <gtsam/inference/Symbol.h>#include <gtsam/linear/GaussianBayesTree.h>#include <gtsam/linear/GaussianBayesNet.h>#include <gtsam/linear/GaussianConditional.h>#include <gtsam/linear/GaussianDensity.h>#include <gtsam/linear/HessianFactor.h>#include <gtsam/geometry/Rot2.h>#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (GaussianBayesTree, balanced_smoother_joint) | |
| TEST (GaussianBayesTree, balanced_smoother_marginals) | |
| TEST (GaussianBayesTree, balanced_smoother_shortcuts) | |
| TEST (GaussianBayesTree, linear_smoother_shortcuts) | |
| TEST (GaussianBayesTree, shortcut_overlapping_separator) | |
Variables | |
| static double | sigmax1 = 0.786153 |
| static double | sigmax3 = 0.671512 |
| static double | sigmax4 |
| static double | sigmax7 = sigmax1 |
| static const double | tol = 1e-4 |
| int main | ( | ) |
Definition at line 323 of file testGaussianBayesTreeB.cpp.
| TEST | ( | GaussianBayesTree | , |
| balanced_smoother_joint | |||
| ) |
Definition at line 220 of file testGaussianBayesTreeB.cpp.
| TEST | ( | GaussianBayesTree | , |
| balanced_smoother_marginals | |||
| ) |
Definition at line 112 of file testGaussianBayesTreeB.cpp.
| TEST | ( | GaussianBayesTree | , |
| balanced_smoother_shortcuts | |||
| ) |
TODO: Note for multifrontal conditional: p_x2_x4 is now an element conditional of the multifrontal conditional bayesTree[ordering[X(2)]]->conditional() We don't know yet how to take it out.
Definition at line 158 of file testGaussianBayesTreeB.cpp.
| TEST | ( | GaussianBayesTree | , |
| linear_smoother_shortcuts | |||
| ) |
Definition at line 53 of file testGaussianBayesTreeB.cpp.
| TEST | ( | GaussianBayesTree | , |
| shortcut_overlapping_separator | |||
| ) |
Definition at line 275 of file testGaussianBayesTreeB.cpp.
|
static |
Definition at line 39 of file testGaussianBayesTreeB.cpp.
|
static |
Definition at line 39 of file testGaussianBayesTreeB.cpp.
|
static |
Definition at line 39 of file testGaussianBayesTreeB.cpp.
|
static |
Definition at line 40 of file testGaussianBayesTreeB.cpp.
|
static |
Definition at line 42 of file testGaussianBayesTreeB.cpp.