Loading [MathJax]/extensions/tex2jax.js
gtsam  4.0.0
gtsam
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lieProxies.h File Reference

Provides convenient mappings of common member functions for testing. More...

Go to the source code of this file.

Namespaces

 gtsam
 Global functions in a separate testing namespace.
 

Functions

template<class T >
gtsam::testing::between (const T &t1, const T &t2)
 binary functions
 
template<class T >
gtsam::testing::compose (const T &t1, const T &t2)
 
template<class T >
gtsam::testing::inverse (const T &t)
 unary functions
 
template<class T , class P >
gtsam::testing::rotate (const T &r, const P &pt)
 rotation functions
 
template<class T , class P >
gtsam::testing::unrotate (const T &r, const P &pt)
 

Detailed Description

Provides convenient mappings of common member functions for testing.

Author
Alex Cunningham