#include <Testable.h>
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((HasTestablePrereqs< T >)) | |
Static Public Member Functions | |
static bool | Equals (const T &m1, const T &m2, double tol=1e-8) |
static void | Print (const T &m, const std::string &str="") |
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> { };
Definition at line 150 of file Testable.h.
gtsam::Testable< T >::BOOST_CONCEPT_ASSERT | ( | (HasTestablePrereqs< T >) | ) |
|
inlinestatic |
Definition at line 158 of file Testable.h.
|
inlinestatic |
Definition at line 155 of file Testable.h.