|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
C - ring element typepublic interface RingElem<C extends RingElem<C>>
Ring element interface. Combines additive and multiplicative methods. Adds also gcd because of polynomials.
| Method Summary | |
|---|---|
C[] |
egcd(C b)
Extended greatest common divisor. |
C |
gcd(C b)
Greatest common divisor. |
| Methods inherited from interface edu.jas.structure.AbelianGroupElem |
|---|
abs, isZERO, negate, signum, subtract, sum |
| Methods inherited from interface edu.jas.structure.MonoidElem |
|---|
divide, inverse, isONE, isUnit, multiply, remainder |
| Methods inherited from interface edu.jas.structure.Element |
|---|
compareTo, equals, factory, hashCode, toScript, toScriptFactory |
| Method Detail |
|---|
C gcd(C b)
b - other element.
C[] egcd(C b)
b - other element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||