GroupElement

interface GroupElement<T : GroupElement<T, S>, S : Group<T>> : AlgebraElement<T, S>

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

context
Link copied to clipboard
common
abstract val context: S
The context this element belongs to.

Inheritors

RingElement
Link copied to clipboard