|
gtsam
3.2.1
gtsam
|
Concept check class for variable types with Group properties. More...
Go to the source code of this file.
Classes | |
| class | gtsam::GroupConcept< T > |
| This concept check enforces a Group structure on a variable type, in which we require the existence of basic algebraic operations. More... | |
Namespaces | |
| gtsam | |
| Global functions in a separate testing namespace. | |
Macros | |
| #define | GTSAM_CONCEPT_GROUP_INST(T) template class gtsam::GroupConcept<T>; |
| Macros for using the GroupConcept. More... | |
| #define | GTSAM_CONCEPT_GROUP_TYPE(T) typedef gtsam::GroupConcept<T> _gtsam_GroupConcept_##T; |
Concept check class for variable types with Group properties.
| #define GTSAM_CONCEPT_GROUP_INST | ( | T | ) | template class gtsam::GroupConcept<T>; |
Macros for using the GroupConcept.
NOTE: intentionally not in the gtsam namespace to allow for classes not in the gtsam namespace to be more easily enforced as testable