#include <Testable.h>
Public Member Functions | |
GTSAM_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 152 of file Testable.h.
|
inlinestatic |
Definition at line 160 of file Testable.h.
gtsam::Testable< T >::GTSAM_CONCEPT_ASSERT | ( | HasTestablePrereqs< T > | ) |
|
inlinestatic |
Definition at line 157 of file Testable.h.