|
| typedef vector_space_tag | structure_category |
| |
| enum | |
| |
| typedef LieVector | ManifoldType |
| |
| typedef additive_group_tag | group_flavor |
| |
| typedef Eigen::Matrix< double, N, 1 > | TangentVector |
| |
| typedef OptionalJacobian< N, N > | ChartJacobian |
| |
| typedef Eigen::Matrix< double, N, N > | Jacobian |
| |
| | BOOST_CONCEPT_ASSERT ((HasTestablePrereqs< LieVector >)) |
| |
| | BOOST_CONCEPT_ASSERT ((HasVectorSpacePrereqs< LieVector >)) |
| |
| static bool | Equals (const LieVector &m1, const LieVector &m2, double tol=1e-8) |
| |
| static void | Print (const LieVector &m, const std::string &str="") |
| |
| static LieVector | Identity () |
| |
| static TangentVector | Logmap (const LieVector &m, ChartJacobian Hm=boost::none) |
| |
| static LieVector | Expmap (const TangentVector &v, ChartJacobian Hv=boost::none) |
| |
| static LieVector | Compose (const LieVector &v1, const LieVector &v2, ChartJacobian H1=boost::none, ChartJacobian H2=boost::none) |
| |
| static LieVector | Between (const LieVector &v1, const LieVector &v2, ChartJacobian H1=boost::none, ChartJacobian H2=boost::none) |
| |
| static LieVector | Inverse (const LieVector &v, ChartJacobian H=boost::none) |
| |
| static int | GetDimension (const LieVector &) |
| |
| static TangentVector | Local (const LieVector &origin, const LieVector &other, ChartJacobian H1=boost::none, ChartJacobian H2=boost::none) |
| |
| static LieVector | Retract (const LieVector &origin, const TangentVector &v, ChartJacobian H1=boost::none, ChartJacobian H2=boost::none) |
| |
template<>
struct gtsam::traits< LieVector >
Definition at line 119 of file deprecated/LieVector.h.