|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsci.maths.polynomials.RealPolynomialRing
public class RealPolynomialRing
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jsci.maths.fields.Ring |
|---|
Ring.Member |
| Method Summary | |
|---|---|
static RealPolynomialRing |
getInstance()
Singleton. |
boolean |
isNegative(AbelianGroup.Member a,
AbelianGroup.Member b)
Returns true if one member is the negative of the other. |
boolean |
isOne(Ring.Member r)
Returns true if the member is the unit element. |
boolean |
isZero(AbelianGroup.Member g)
Returns true if the member is the identity element of this group. |
Ring.Member |
one()
Returns the unit element. |
AbelianGroup.Member |
zero()
Returns the identity element. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final RealPolynomialRing getInstance()
public boolean isNegative(AbelianGroup.Member a,
AbelianGroup.Member b)
isNegative in interface AbelianGroupa - a group memberb - a group memberpublic boolean isOne(Ring.Member r)
isOne in interface Ringpublic boolean isZero(AbelianGroup.Member g)
isZero in interface AbelianGroupg - a group memberpublic Ring.Member one()
one in interface Ringpublic AbelianGroup.Member zero()
zero in interface AbelianGroup
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||