GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Member Functions | Static Public Member Functions | List of all members
gtsam::traits< Cyclic< N > > Struct Template Reference

Define cyclic group to be a model of the Additive Group concept. More...

#include <Cyclic.h>

Inheritance diagram for gtsam::traits< Cyclic< N > >:
Inheritance graph
[legend]
Collaboration diagram for gtsam::traits< Cyclic< N > >:
Collaboration graph
[legend]

Public Member Functions

 GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< Cyclic< N > >)
 

Static Public Member Functions

static void Print (const Cyclic< N > &m, const std::string &str="")
 
static bool Equals (const Cyclic< N > &m1, const Cyclic< N > &m2, double tol=1e-8)
 

Detailed Description

template<size_t N>
struct gtsam::traits< Cyclic< N > >

Define cyclic group to be a model of the Additive Group concept.


The documentation for this struct was generated from the following file: