22 using namespace gtsam;
30 LieMatrix lie1(m), lie2(m);
41 double data[] = {10,30,20,40};
61 Vector expectedLogmap = (
Vector(4) << 1, 2, 3, 4).finished();
Concept check for values that can be used in unit tests.
static int runAllTests(TestResult &result)
EIGEN_DEVICE_FUNC const ExpReturnType exp() const
#define GTSAM_CONCEPT_LIE_INST(T)
Base class and basic functions for Manifold types.
#define EXPECT(condition)
bool assert_equal(const Matrix &expected, const Matrix &actual, double tol)
detail::initimpl::constructor< Args... > init()
Binds an existing constructor taking arguments Args...
TEST(LPInitSolver, InfiniteLoopSingleVar)
#define GTSAM_CONCEPT_TESTABLE_INST(T)