Uses of Interface
edu.jas.ufd.GreatestCommonDivisor
Packages that use GreatestCommonDivisor
Package
Description
Groebner base application package.
Unique factorization domain package.
-
Uses of GreatestCommonDivisor in edu.jas.application
Fields in edu.jas.application declared as GreatestCommonDivisorModifier and TypeFieldDescriptionprotected final GreatestCommonDivisor
<C> CReductionSeq.engine
Greatest common divisor engine.protected final GreatestCommonDivisor
<C> LocalRing.engine
Greatest common divisor engine for coefficient content and primitive parts.protected final GreatestCommonDivisor
<C> ResidueRing.engine
Greatest common divisor engine for coefficient content and primitive parts. -
Uses of GreatestCommonDivisor in edu.jas.ufd
Classes in edu.jas.ufd that implement GreatestCommonDivisorModifier and TypeClassDescriptionclass
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.Fields in edu.jas.ufd declared as GreatestCommonDivisorModifier and TypeFieldDescriptionfinal GreatestCommonDivisor
<C> QuotientRing.engine
GCD engine of the factory.