|
Class | between (const Class &g) const |
|
Class | between (const Class &g, ChartJacobian H1, ChartJacobian H2={}) const |
|
template<> |
SOn | between (const SOn &g, DynamicJacobian H1, DynamicJacobian H2) const |
|
template<> |
GTSAM_EXPORT SOn | between (const SOn &g, DynamicJacobian H1, DynamicJacobian H2) const |
|
Class | compose (const Class &g) const |
|
Class | compose (const Class &g, ChartJacobian H1, ChartJacobian H2={}) const |
|
template<> |
SOn | compose (const SOn &g, DynamicJacobian H1, DynamicJacobian H2) const |
|
template<> |
GTSAM_EXPORT SOn | compose (const SOn &g, DynamicJacobian H1, DynamicJacobian H2) const |
|
const Class & | derived () const |
|
Class | expmap (const TangentVector &v) const |
|
Class | expmap (const TangentVector &v, ChartJacobian H1, ChartJacobian H2={}) const |
| expmap with optional derivatives More...
|
|
Class | inverse (ChartJacobian H) const |
|
TangentVector | localCoordinates (const Class &g) const |
| localCoordinates as required by manifold concept: finds tangent vector between *this and g More...
|
|
TangentVector | localCoordinates (const Class &g, ChartJacobian H1, ChartJacobian H2={}) const |
| localCoordinates with optional derivatives More...
|
|
TangentVector | logmap (const Class &g) const |
|
TangentVector | logmap (const Class &g, ChartJacobian H1, ChartJacobian H2={}) const |
| logmap with optional derivatives More...
|
|
Class | retract (const TangentVector &v) const |
| retract as required by manifold concept: applies v at *this More...
|
|
Class | retract (const TangentVector &v, ChartJacobian H1, ChartJacobian H2={}) const |
| retract with optional derivatives More...
|
|
template<class Class, int N>
struct gtsam::LieGroup< Class, N >
A CRTP helper class that implements Lie group methods Prerequisites: methods operator*, inverse, and AdjointMap, as well as a ChartAtOrigin struct that will be used to define the manifold Chart To use, simply derive, but also say "using LieGroup<Class,N>::inverse" For derivative math, see doc/math.pdf
Definition at line 37 of file Lie.h.