Unit tests for cyclic group. More...
#include <gtsam/geometry/Cyclic.h>
#include <gtsam/base/Testable.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Classes | |
struct | gtsam::traits< K4 > |
Define K4 to be a model of the Additive Group concept, and provide Testable. More... | |
Namespaces | |
gtsam | |
traits | |
Typedefs | |
typedef DirectSum< Z2, Z2 > | K4 |
typedef Cyclic< 2 > | Z2 |
typedef Cyclic< 3 > | Z3 |
Functions | |
int | main () |
TEST (Cyclic, Between) | |
TEST (Cyclic, Compose) | |
TEST (Cyclic, Concept) | |
TEST (Cyclic, Constructor) | |
TEST (Cyclic, DirectSum) | |
TEST (Cyclic, Invariants) | |
TEST (Cyclic, Inverse) | |
TEST (Cyclic, Negation) | |
TEST (Cyclic, Negation2) | |
Unit tests for cyclic group.
Definition in file testCyclic.cpp.
Definition at line 26 of file testCyclic.cpp.
Definition at line 25 of file testCyclic.cpp.
int main | ( | ) |
Definition at line 136 of file testCyclic.cpp.
Definition at line 51 of file testCyclic.cpp.
TEST | ( | Cyclic | , |
Compose | |||
) |
Definition at line 40 of file testCyclic.cpp.
TEST | ( | Cyclic | , |
Concept | |||
) |
Definition at line 29 of file testCyclic.cpp.
TEST | ( | Cyclic | , |
Constructor | |||
) |
Definition at line 35 of file testCyclic.cpp.
Definition at line 107 of file testCyclic.cpp.
TEST | ( | Cyclic | , |
Invariants | |||
) |
Definition at line 82 of file testCyclic.cpp.
Definition at line 62 of file testCyclic.cpp.
TEST | ( | Cyclic | , |
Negation | |||
) |
Definition at line 69 of file testCyclic.cpp.
TEST | ( | Cyclic | , |
Negation2 | |||
) |
Definition at line 76 of file testCyclic.cpp.