Unit tests for GaussianMixtureFactor. More...
#include <gtsam/base/TestableAssertions.h>#include <gtsam/discrete/DiscreteValues.h>#include <gtsam/hybrid/GaussianMixture.h>#include <gtsam/hybrid/GaussianMixtureFactor.h>#include <gtsam/hybrid/HybridValues.h>#include <gtsam/inference/Symbol.h>#include <gtsam/linear/GaussianFactorGraph.h>#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (GaussianMixtureFactor, Constructor) | |
| TEST (GaussianMixtureFactor, Sum) | |
| TEST (GaussianMixtureFactor, Printing) | |
| TEST (GaussianMixtureFactor, GaussianMixture) | |
| TEST (GaussianMixtureFactor, Error) | |
Unit tests for GaussianMixtureFactor.
Definition in file testGaussianMixtureFactor.cpp.
| int main | ( | void | ) |
Definition at line 199 of file testGaussianMixtureFactor.cpp.
| TEST | ( | GaussianMixtureFactor | , |
| Constructor | |||
| ) |
Definition at line 40 of file testGaussianMixtureFactor.cpp.
| TEST | ( | GaussianMixtureFactor | , |
| Sum | |||
| ) |
Definition at line 50 of file testGaussianMixtureFactor.cpp.
| TEST | ( | GaussianMixtureFactor | , |
| Printing | |||
| ) |
Definition at line 97 of file testGaussianMixtureFactor.cpp.
| TEST | ( | GaussianMixtureFactor | , |
| GaussianMixture | |||
| ) |
Definition at line 141 of file testGaussianMixtureFactor.cpp.
| TEST | ( | GaussianMixtureFactor | , |
| Error | |||
| ) |
Definition at line 159 of file testGaussianMixtureFactor.cpp.