GroupElement
interface GroupElement<T : GroupElement<T, S>, S : Group<T>> : AlgebraElement<T, S>
Content copied to clipboard
The element of Group.
Parameters
T
the type of space operation results.
I
self type of the element. Needed for static type checking.
S
the type of space.
Properties
Inheritors
RingElement
Link copied to clipboard