gtsam  3.2.1
gtsam
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Lie-inl.h File Reference

Instantiate macro for Lie type. More...

Go to the source code of this file.

Macros

#define INSTANTIATE_LIE(T)
 

Detailed Description

Instantiate macro for Lie type.

Date
Jan 9, 2010
Author
Richard Roberts

Macro Definition Documentation

#define INSTANTIATE_LIE (   T)
Value:
template T between_default(const T&, const T&); \
template Vector logmap_default(const T&, const T&); \
template T expmap_default(const T&, const Vector&);
Vector logmap_default(const T &l0, const T &lp)
Log map centered at l0, s.t.
Definition: Lie.h:38
T between_default(const T &l1, const T &l2)
These core global functions can be specialized by new Lie types for better performance.
Definition: Lie.h:34
T expmap_default(const T &t, const Vector &d)
Exponential map centered at l0, s.t.
Definition: Lie.h:42