T
- the type of the elements of the underlying setpublic interface Ring<T> extends Semiring<T>
Modifier and Type | Method and Description |
---|---|
AbelianGroup<T> |
additionStructure()
Returns the grouplike structure representing the addition of elements.
|
multiplicationStructure
AbelianGroup<T> additionStructure()
RinglikeStructure
additionStructure
in interface RinglikeStructure<T>
additionStructure
in interface Semiring<T>