jsci.maths.fields
Interface Ring
-
- All Superinterfaces:
- AbelianGroup
- All Known Subinterfaces:
- Field
- All Known Implementing Classes:
- ComplexField, ComplexPolynomialRing, DoubleMatrixAlgebra, IntegerMatrixAlgebra, IntegerRing, RealField, RealPolynomialRing
public interface Ring extends AbelianGroup
This interface defines a ring.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static interfaceRing.MemberThis interface defines a member of a ring.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanisOne(Ring.Member r)Returns true if the member is the unit element.Ring.Memberone()Returns the unit element.-
Methods inherited from interface jsci.maths.groups.AbelianGroup
isNegative, isZero, zero
-
-
-
-
Method Detail
-
one
Ring.Member one()
Returns the unit element.
-
isOne
boolean isOne(Ring.Member r)
Returns true if the member is the unit element.
-
-
DMelt 3.0 © DataMelt by jWork.ORG