Uses of Interface
rocks.palaiologos.maja.structure.AdditiveGroup
Packages that use AdditiveGroup
-
Uses of AdditiveGroup in rocks.palaiologos.maja
Methods in rocks.palaiologos.maja with parameters of type AdditiveGroupModifier and TypeMethodDescriptionstatic <T> T
Maja.add
(AdditiveGroup<T> group, T x, T y) Subtracts two values through an additive group. -
Uses of AdditiveGroup in rocks.palaiologos.maja.structure
Subinterfaces of AdditiveGroup in rocks.palaiologos.maja.structureModifier and TypeInterfaceDescriptioninterface
Group with a commutative binary operation.interface
A division ring is a set R equipped with two binary operations + and ·, where (R, +) is an abelian group and (R, ·) is a commutative monoid.interface
DivisionRing<T>
A division ring is a set R equipped with two binary operations + and ·, where (R, +) is an abelian group and (R, ·) is a group.interface
Field<T>
A a commutative division ring (i.e.interface
Ring<T>
A ring is a set R equipped with two binary operations + and ·, where (R, +) is an abelian group and (R, ·) is a monoid.Methods in rocks.palaiologos.maja.structure that return AdditiveGroupModifier and TypeMethodDescriptionstatic <T> AdditiveGroup<T>
AdditiveGroup.of
(MultiplicativeGroup<T> group) Methods in rocks.palaiologos.maja.structure with parameters of type AdditiveGroupModifier and TypeMethodDescriptionstatic <T> MultiplicativeGroup<T>
MultiplicativeGroup.of
(AdditiveGroup<T> group)