|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Both LieGroupTraits and Testable. More...
#include <Lie.h>


Public Types | |
| typedef lie_group_tag | structure_category |
Public Member Functions | |
| GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< Class >) | |
Static Public Member Functions | |
| static int | GetDimension (const Class &) |
| static void | Print (const Class &m, const std::string &str="") |
| static bool | Equals (const Class &m1, const Class &m2, double tol=1e-8) |
Lie Group | |
| static TangentVector | Logmap (const Class &m, ChartJacobian Hm={}) |
| static Class | Expmap (const TangentVector &v, ChartJacobian Hv={}) |
| static Class | Compose (const Class &m1, const Class &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
| static Class | Between (const Class &m1, const Class &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
| static Class | Inverse (const Class &m, ChartJacobian H={}) |
Group | |
| typedef multiplicative_group_tag | group_flavor |
| static Class | Identity () |
Manifold | |
| enum | { dimension = Class::dimension } |
| typedef Class | ManifoldType |
| typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
| typedef OptionalJacobian< dimension, dimension > | ChartJacobian |
| static TangentVector | Local (const Class &origin, const Class &other, ChartJacobian Horigin={}, ChartJacobian Hother={}) |
| static Class | Retract (const Class &origin, const TangentVector &v, ChartJacobian Horigin={}, ChartJacobian Hv={}) |
Both LieGroupTraits and Testable.
1.8.13