22 using namespace gtsam;
39 CHECK(check_group_invariants(lie1, lie2));
40 CHECK(check_manifold_invariants(lie1, lie2));
44 TEST( testLieScalar, construction ) {
55 TEST( testLieScalar, localCoordinates ) {
Concept check for values that can be used in unit tests.
static int runAllTests(TestResult &result)
BOOST_CONCEPT_ASSERT((boost::RandomAccessRangeConcept< ListOfOneContainer< int > >))
#define GTSAM_CONCEPT_LIE_INST(T)
#define EXPECT_DOUBLES_EQUAL(expected, actual, threshold)
Base class and basic functions for Manifold types.
#define EXPECT(condition)
Array< double, 1, 3 > e(1./3., 0.5, 2.)
bool assert_equal(const Matrix &expected, const Matrix &actual, double tol)
TEST(LPInitSolver, InfiniteLoopSingleVar)
The matrix class, also used for vectors and row-vectors.
#define GTSAM_CONCEPT_TESTABLE_INST(T)