Unit tests for GaussianBayesNet. More...
#include <gtsam/linear/GaussianBayesNet.h>#include <gtsam/linear/JacobianFactor.h>#include <gtsam/linear/GaussianFactorGraph.h>#include <gtsam/base/Testable.h>#include <gtsam/base/numericalDerivative.h>#include <CppUnitLite/TestHarness.h>#include <boost/tuple/tuple.hpp>#include <boost/assign/list_of.hpp>#include <boost/assign/std/list.hpp>#include <iostream>#include <sstream>
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (GaussianBayesNet, Matrix) | |
| TEST (GaussianBayesNet, NoisyMatrix) | |
| TEST (GaussianBayesNet, Optimize) | |
| TEST (GaussianBayesNet, NoisyOptimize) | |
| TEST (GaussianBayesNet, optimizeIncomplete) | |
| TEST (GaussianBayesNet, optimize3) | |
| TEST (GaussianBayesNet, ordering) | |
| TEST (GaussianBayesNet, MatrixStress) | |
| TEST (GaussianBayesNet, backSubstituteTranspose) | |
| TEST (GaussianBayesNet, backSubstituteTransposeNoisy) | |
| TEST (GaussianBayesNet, DeterminantTest) | |
| TEST (GaussianBayesNet, ComputeSteepestDescentPoint) | |
Variables | |
| static const Key | _x_ = 11 |
| static const Key | _y_ = 22 |
| static const Key | _z_ = 33 |
| static GaussianBayesNet | noisyBayesNet |
| static GaussianBayesNet | smallBayesNet |
Unit tests for GaussianBayesNet.
Definition in file testGaussianBayesNet.cpp.
| int main | ( | void | ) |
Definition at line 302 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| Matrix | |||
| ) |
Definition at line 50 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| NoisyMatrix | |||
| ) |
Definition at line 66 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| Optimize | |||
| ) |
Definition at line 82 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| NoisyOptimize | |||
| ) |
Definition at line 90 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| optimizeIncomplete | |||
| ) |
Definition at line 102 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| optimize3 | |||
| ) |
Definition at line 120 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| ordering | |||
| ) |
Definition at line 140 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| MatrixStress | |||
| ) |
Definition at line 149 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| backSubstituteTranspose | |||
| ) |
Definition at line 171 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| backSubstituteTransposeNoisy | |||
| ) |
Definition at line 194 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| DeterminantTest | |||
| ) |
Definition at line 218 of file testGaussianBayesNet.cpp.
| TEST | ( | GaussianBayesNet | , |
| ComputeSteepestDescentPoint | |||
| ) |
Definition at line 248 of file testGaussianBayesNet.cpp.
|
static |
Definition at line 37 of file testGaussianBayesNet.cpp.
|
static |
Definition at line 37 of file testGaussianBayesNet.cpp.
|
static |
Definition at line 37 of file testGaussianBayesNet.cpp.
|
static |
Definition at line 43 of file testGaussianBayesNet.cpp.
|
static |
Definition at line 39 of file testGaussianBayesNet.cpp.