Unit tests for groups. More...
#include <gtsam/base/Group.h>#include <gtsam/base/Testable.h>#include <Eigen/Core>#include <iostream>#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Classes | |
| class | gtsam::Symmetric< N > |
| Symmetric group. More... | |
| struct | gtsam::traits< Dih6 > |
| struct | gtsam::traits< Symmetric< N > > |
| Define permutation group traits to be a model of the Multiplicative Group concept. More... | |
Namespaces | |
| gtsam | |
| traits | |
Typedefs | |
| typedef DirectProduct< S2, S3 > | gtsam::Dih6 |
| typedef Symmetric< 2 > | S2 |
| typedef Symmetric< 3 > | S3 |
Functions | |
| int | main () |
| std::ostream & | gtsam::operator<< (std::ostream &os, const Dih6 &m) |
| TEST (Group, Dih6) | |
| TEST (Group, S2) | |
| TEST (Group, S3) | |
Unit tests for groups.
Definition in file testGroup.cpp.
Definition at line 80 of file testGroup.cpp.
Definition at line 88 of file testGroup.cpp.
| int main | ( | ) |
Definition at line 138 of file testGroup.cpp.
Definition at line 127 of file testGroup.cpp.
Definition at line 81 of file testGroup.cpp.
Definition at line 89 of file testGroup.cpp.