24#include <gtsam/base/concepts.h>
25#include <gtsam/base/ConcurrentMap.h>
33#include <gtsam/base/GenericValue.h>
54#include <gtsam/base/VectorSpace.h>
64#include <gtsam/geometry/Unit3.h>
A thin wrapper around std::vector that uses a custom allocator.
An easy way to control which allocator is used for Fast* collections.
Provides additional testing facilities for common data structures.
Typedefs for easier changing of types.
A thin wrapper around std::list that uses boost's fast_pool_allocator.
Tangent group TG = G ⋉ 𝔤 under the adjoint action.
Group product of two Lie Groups.
A thin wrapper around std::map that uses boost's fast_pool_allocator.
typedef and functions to augment Eigen's MatrixXd
The base class for any variable that can be optimized or used in a factor.
A faster implementation for DSF, which uses vector rather than btree.
Special class for optional Jacobian arguments.
Base exception type that uses tbb_allocator if GTSAM is compiled with TBB.
A matrix with column blocks of pre-defined sizes.
A thin wrapper around std::set that uses boost's fast_pool_allocator.
Access to matrices via blocks of pre-defined sizes.
Concept check class for variable types with Group properties.
Concept check for values that can be used in unit tests.
Base class and basic functions for Manifold types.
Efficient incomplete Cholesky on rank-deficient matrices, todo: constrained Cholesky.
Numerical derivative helpers for manifold-valued functions.
Base class and basic functions for Lie types.
typedef and functions to augment Eigen's VectorXd
A Lie group formed from a left action of G on a vector space H.
Provides convenient mappings of common member functions for testing.
Extended pose Lie group SE_k(3), with static or dynamic k.
Calibrated camera for which only pose is unknown.
3*3 matrix representation of SO(3)
3D Pose manifold SO(3) x R^3 and group SE(3)
3D rotation represented as a rotation matrix or quaternion
Factor Graph consisting of non-linear factors.
Convenience functions for serializing data structures via boost.serialization.