#include <gtsam/base/Lie.h>
#include <gtsam/base/numericalDerivative.h>
#include <CppUnitLite/TestResult.h>
#include <CppUnitLite/Test.h>
#include <CppUnitLite/Failure.h>
Go to the source code of this file.
Namespaces | |
gtsam | |
traits | |
Macros | |
#define | CHECK_CHART_DERIVATIVES(t1, t2) { gtsam::testChartDerivatives(result_, name_, t1, t2); } |
#define | CHECK_LIE_GROUP_DERIVATIVES(t1, t2) { gtsam::testLieGroupDerivatives(result_, name_, t1, t2); } |
Functions | |
template<typename G > | |
void | gtsam::testChartDerivatives (TestResult &result_, const std::string &name_, const G &t1, const G &t2) |
template<typename G > | |
void | gtsam::testLieGroupDerivatives (TestResult &result_, const std::string &name_, const G &t1, const G &t2) |
#define CHECK_CHART_DERIVATIVES | ( | t1, | |
t2 | |||
) | { gtsam::testChartDerivatives(result_, name_, t1, t2); } |
#define CHECK_LIE_GROUP_DERIVATIVES | ( | t1, | |
t2 | |||
) | { gtsam::testLieGroupDerivatives(result_, name_, t1, t2); } |