Unit tests for DoglegOptimizer. More...
#include <CppUnitLite/TestHarness.h>
#include <tests/smallExample.h>
#include <gtsam/geometry/Pose2.h>
#include <gtsam/nonlinear/DoglegOptimizer.h>
#include <gtsam/nonlinear/DoglegOptimizerImpl.h>
#include <gtsam/nonlinear/NonlinearEquality.h>
#include <gtsam/slam/BetweenFactor.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/linear/JacobianFactor.h>
#include <gtsam/linear/GaussianBayesTree.h>
#include <gtsam/base/numericalDerivative.h>
#include <functional>
Go to the source code of this file.
Functions | |
int | main () |
TEST (DoglegOptimizer, ComputeBlend) | |
TEST (DoglegOptimizer, ComputeDoglegPoint) | |
TEST (DoglegOptimizer, Iterate) | |
TEST (DoglegOptimizer, Constraint) | |
Unit tests for DoglegOptimizer.
Definition in file testDoglegOptimizer.cpp.
int main | ( | void | ) |
Definition at line 189 of file testDoglegOptimizer.cpp.
TEST | ( | DoglegOptimizer | , |
ComputeBlend | |||
) |
Definition at line 42 of file testDoglegOptimizer.cpp.
TEST | ( | DoglegOptimizer | , |
ComputeDoglegPoint | |||
) |
Definition at line 78 of file testDoglegOptimizer.cpp.
TEST | ( | DoglegOptimizer | , |
Iterate | |||
) |
Definition at line 117 of file testDoglegOptimizer.cpp.
TEST | ( | DoglegOptimizer | , |
Constraint | |||
) |
Definition at line 151 of file testDoglegOptimizer.cpp.