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