class |
GCDProxy<C extends GcdRingElem<C>> |
Greatest common divisor parallel proxy.
|
class |
GreatestCommonDivisorAbstract<C extends GcdRingElem<C>> |
Greatest common divisor algorithms.
|
class |
GreatestCommonDivisorFake<C extends GcdRingElem<C>> |
Greatest common divisor algorithms with gcd always 1.
|
class |
GreatestCommonDivisorHensel<MOD extends GcdRingElem<MOD> & Modular> |
Greatest common divisor algorithms with subresultant polynomial remainder
sequence and univariate Hensel lifting.
|
class |
GreatestCommonDivisorModEval<MOD extends GcdRingElem<MOD> & Modular> |
Greatest common divisor algorithms with modular evaluation algorithm for
recursion.
|
class |
GreatestCommonDivisorModular<MOD extends GcdRingElem<MOD> & Modular> |
Greatest common divisor algorithms with modular computation and Chinese
remainder algorithm.
|
class |
GreatestCommonDivisorPrimitive<C extends GcdRingElem<C>> |
Greatest common divisor algorithms with primitive polynomial remainder
sequence.
|
class |
GreatestCommonDivisorSimple<C extends GcdRingElem<C>> |
Greatest common divisor algorithms with monic polynomial remainder sequence.
|
class |
GreatestCommonDivisorSubres<C extends GcdRingElem<C>> |
Greatest common divisor algorithms with subresultant polynomial remainder
sequence.
|