8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_AUTOMATIC_DIFFERENTIATION_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_AUTOMATIC_DIFFERENTIATION_H
35 static bool test(
const double testDuration);
80 static bool testPose(
const double testDuration);
This class implements a test for the automatic differentiation functionalities.
Definition: TestAutomaticDifferentiation.h:27
static bool test(const double testDuration)
Tests all automatic differentiation functions.
static bool testFunctions(const double testDuration)
Tests the automatic differentiation of mathematic functions.
static bool testNested(const double testDuration)
Tests the automatic differentiation of nested functions.
static bool testHomography(const double testDuration)
Tests the automatic differentiation for the homography function.
static bool testSimple(const double testDuration)
Tests the automatic differentiation of simple functions.
static bool testPose(const double testDuration)
Tests the automatic differentiation for the 6-DOF camera pose function.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15