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