C - ring element typepublic interface RingElem<C extends RingElem<C>> extends AbelianGroupElem<C>, MonoidElem<C>
| Modifier and Type | Method and Description |
|---|---|
C[] |
egcd(C b)
Extended greatest common divisor.
|
C |
gcd(C b)
Greatest common divisor.
|
abs, isZERO, negate, signum, subtract, sum