Package org.episteme.core.mathematics.structures.rings
package org.episteme.core.mathematics.structures.rings
-
InterfacesClassDescriptionDivisionRing<E>A division ring (also known as a skew field) is a ring in which every non-zero element has a multiplicative inverse.Field<E>A field is a commutative ring where every non-zero element has a multiplicative inverse.FieldElement<E extends FieldElement<E>>Marker interface for elements of a field structure.Ring<E>A ring is an abelian group with a second binary operation (multiplication).RingElement<E extends RingElement<E>>Marker interface for elements of a ring structure.Semiring<E>A semiring (or rig) is an algebraic structure similar to a ring, but without the requirement that each element must have an additive inverse.