gtsam
4.0.0
gtsam
|
Additional Inherited Members | |
Public Member Functions inherited from gtsam::Testable< Point2 > | |
BOOST_CONCEPT_ASSERT ((HasTestablePrereqs< Point2 >)) | |
Public Member Functions inherited from gtsam::internal::VectorSpaceTraits< Point2 > | |
BOOST_CONCEPT_ASSERT ((HasVectorSpacePrereqs< Point2 >)) | |
Static Public Member Functions inherited from gtsam::Testable< Point2 > | |
static void | Print (const Point2 &m, const std::string &str="") |
static bool | Equals (const Point2 &m1, const Point2 &m2, double tol=1e-8) |
Static Public Member Functions inherited from gtsam::internal::VectorSpaceTraits< Point2 > | |
static Point2 | Identity () |
Static Public Member Functions inherited from gtsam::internal::VectorSpaceImpl< Point2, Point2 ::dimension > | |
static TangentVector | Logmap (const Point2 &m, ChartJacobian Hm=boost::none) |
static Point2 | Expmap (const TangentVector &v, ChartJacobian Hv=boost::none) |
static Point2 | Compose (const Point2 &v1, const Point2 &v2, ChartJacobian H1=boost::none, ChartJacobian H2=boost::none) |
static Point2 | Between (const Point2 &v1, const Point2 &v2, ChartJacobian H1=boost::none, ChartJacobian H2=boost::none) |
static Point2 | Inverse (const Point2 &v, ChartJacobian H=boost::none) |
static int | GetDimension (const Point2 &) |
static TangentVector | Local (const Point2 &origin, const Point2 &other, ChartJacobian H1=boost::none, ChartJacobian H2=boost::none) |
static Point2 | Retract (const Point2 &origin, const TangentVector &v, ChartJacobian H1=boost::none, ChartJacobian H2=boost::none) |
Public Types inherited from gtsam::internal::VectorSpaceTraits< Point2 > | |
typedef vector_space_tag | structure_category |
enum | |
typedef Point2 | ManifoldType |
typedef additive_group_tag | group_flavor |
Public Types inherited from gtsam::internal::VectorSpaceImpl< Point2, Point2 ::dimension > | |
typedef Eigen::Matrix< double, N, 1 > | TangentVector |
typedef OptionalJacobian< N, N > | ChartJacobian |
typedef Eigen::Matrix< double, N, N > | Jacobian |