gtsam
4.0.0
gtsam
|
A helper that implements the traits interface for GTSAM types.
To use this for your gtsam type, define: template<> struct traits<Type> : public Testable<Type> { };
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((HasTestablePrereqs< T >)) | |
Static Public Member Functions | |
static void | Print (const T &m, const std::string &str="") |
static bool | Equals (const T &m1, const T &m2, double tol=1e-8) |