|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Provides convenient mappings of common member functions for testing. More...
#include <gtsam/global_includes.h>

Go to the source code of this file.
Namespaces | |
| gtsam | |
Functions | |
| template<class T > | |
| T | gtsam::testing::between (const T &t1, const T &t2) |
| template<class T > | |
| T | gtsam::testing::compose (const T &t1, const T &t2) |
| template<class T > | |
| T | gtsam::testing::inverse (const T &t) |
| template<class T , class P > | |
| P | gtsam::testing::rotate (const T &r, const P &pt) |
| template<class T , class P > | |
| P | gtsam::testing::unrotate (const T &r, const P &pt) |
Provides convenient mappings of common member functions for testing.
| T gtsam::testing::between | ( | const T & | t1, |
| const T & | t2 | ||
| ) |
binary functions
| T gtsam::testing::inverse | ( | const T & | t | ) |
unary functions
| P gtsam::testing::rotate | ( | const T & | r, |
| const P & | pt | ||
| ) |
rotation functions
1.8.13