|
| typedef vector_space_tag | structure_category |
| |
| typedef additive_group_tag | group_flavor |
| |
| typedef StereoPoint2 | ManifoldType |
| |
| typedef Eigen::Matrix< double, N, 1 > | TangentVector |
| |
| typedef OptionalJacobian< N, N > | ChartJacobian |
| |
| typedef Eigen::Matrix< double, N, N > | Jacobian |
| |
| typedef Eigen::Matrix< double, N, 1 > | LieAlgebra |
| |
| | GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< StereoPoint2 >) |
| |
| | GTSAM_CONCEPT_ASSERT (HasVectorSpacePrereqs< StereoPoint2 >) |
| |
| static bool | Equals (const StereoPoint2 &m1, const StereoPoint2 &m2, double tol=1e-8) |
| |
| static void | Print (const StereoPoint2 &m, const std::string &str="") |
| |
| static StereoPoint2 | Identity () |
| |
| static int | GetDimension (const StereoPoint2 &) |
| |
| static TangentVector | Local (const StereoPoint2 &origin, const StereoPoint2 &other, ChartJacobian H1={}, ChartJacobian H2={}) |
| |
| static StereoPoint2 | Retract (const StereoPoint2 &origin, const TangentVector &v, ChartJacobian H1={}, ChartJacobian H2={}) |
| |
| static TangentVector | Logmap (const StereoPoint2 &m, ChartJacobian Hm={}) |
| |
| static StereoPoint2 | Expmap (const TangentVector &v, ChartJacobian Hv={}) |
| |
| static StereoPoint2 | Compose (const StereoPoint2 &v1, const StereoPoint2 &v2, ChartJacobian H1={}, ChartJacobian H2={}) |
| |
| static StereoPoint2 | Between (const StereoPoint2 &v1, const StereoPoint2 &v2, ChartJacobian H1={}, ChartJacobian H2={}) |
| |
| static StereoPoint2 | Inverse (const StereoPoint2 &v, ChartJacobian H={}) |
| |
| static LieAlgebra | Hat (const TangentVector &v) |
| |
| static TangentVector | Vee (const LieAlgebra &X) |
| |
| static Jacobian | AdjointMap (const StereoPoint2 &) |
| |
| constexpr static auto | dimension |
| |
Definition at line 174 of file StereoPoint2.h.