symforce.ops.group_ops module¶
- class GroupOps[source]¶
Bases:
StorageOps
API for mathematical groups.
A group is an algebraic structure consisting of a set of elements equipped with an operation that combines any two elements to form a third element and that satisfies four conditions called the group axioms - closure, associativity, identity and invertibility.
References
- static identity(a)[source]¶
Identity element of the given type’s group.
This method does not rely on the value of a, only the type.