#include <CppUnitLite/TestHarness.h>#include <gtsam/base/debug.h>#include <gtsam/base/numericalDerivative.h>#include <gtsam/inference/Symbol.h>#include <gtsam/linear/GaussianBayesTree.h>#include <gtsam/linear/GaussianConditional.h>#include <gtsam/linear/GaussianJunctionTree.h>#include <iostream>#include <vector>
Go to the source code of this file.
| Typedefs | |
| using | Pairs = std::vector< std::pair< Key, Matrix > > | 
| Functions | |
| int | main () | 
| TEST (GaussianBayesTree, complicatedMarginal) | |
| TEST (GaussianBayesTree, ComputeSteepestDescentPointBT) | |
| TEST (GaussianBayesTree, determinant_and_smallestEigenvalue) | |
| TEST (GaussianBayesTree, eliminate) | |
| TEST (GaussianBayesTree, LogDeterminant) | |
| Test to expose bug in GaussianBayesTree::logDeterminant.  More... | |
| TEST (GaussianBayesTree, optimizeMultiFrontal) | |
Definition in file testGaussianBayesTree.cpp.
Definition at line 33 of file testGaussianBayesTree.cpp.
| int main | ( | ) | 
Definition at line 348 of file testGaussianBayesTree.cpp.
| TEST | ( | GaussianBayesTree | , | 
| complicatedMarginal | |||
| ) | 
Definition at line 131 of file testGaussianBayesTree.cpp.
| TEST | ( | GaussianBayesTree | , | 
| ComputeSteepestDescentPointBT | |||
| ) | 
Definition at line 227 of file testGaussianBayesTree.cpp.
| TEST | ( | GaussianBayesTree | , | 
| determinant_and_smallestEigenvalue | |||
| ) | 
Definition at line 296 of file testGaussianBayesTree.cpp.
| TEST | ( | GaussianBayesTree | , | 
| eliminate | |||
| ) | 
x1 - x2 - x3 - x4 x3 x4 x2 x1 : x3
x2 x1 x3 x4 b 1 1 1 1 1 1 1 1 1 1 1
1 0 0 1
Definition at line 84 of file testGaussianBayesTree.cpp.
| TEST | ( | GaussianBayesTree | , | 
| LogDeterminant | |||
| ) | 
Test to expose bug in GaussianBayesTree::logDeterminant.
Definition at line 321 of file testGaussianBayesTree.cpp.
| TEST | ( | GaussianBayesTree | , | 
| optimizeMultiFrontal | |||
| ) | 
Definition at line 119 of file testGaussianBayesTree.cpp.