|
typedef lie_group_tag | structure_category |
|
enum | |
|
typedef SO4 | ManifoldType |
|
typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
|
typedef OptionalJacobian< dimension, dimension > | ChartJacobian |
|
typedef multiplicative_group_tag | group_flavor |
|
| GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< SO4 >) |
|
static TangentVector | Logmap (const SO4 &m, ChartJacobian Hm={}) |
|
static SO4 | Expmap (const TangentVector &v, ChartJacobian Hv={}) |
|
static SO4 | Compose (const SO4 &m1, const SO4 &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
|
static SO4 | Between (const SO4 &m1, const SO4 &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
|
static SO4 | Inverse (const SO4 &m, ChartJacobian H={}) |
|
static TangentVector | Local (const SO4 &origin, const SO4 &other, ChartJacobian Horigin={}, ChartJacobian Hother={}) |
|
static SO4 | Retract (const SO4 &origin, const TangentVector &v, ChartJacobian Horigin={}, ChartJacobian Hv={}) |
|
static SO4 | Identity () |
|
static int | GetDimension (const SO4 &) |
|
static bool | Equals (const SO4 &m1, const SO4 &m2, double tol=1e-8) |
|
static void | Print (const SO4 &m, const std::string &str="") |
|
Definition at line 116 of file SO4.h.