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