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.engineGreatest common divisor engine.protected final GreatestCommonDivisor<C> LocalRing.engineGreatest common divisor engine for coefficient content and primitive parts.protected final GreatestCommonDivisor<C> ResidueRing.engineGreatest 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 TypeClassDescriptionclassGCDProxy<C extends GcdRingElem<C>>Greatest common divisor parallel proxy.classGreatestCommonDivisorAbstract<C extends GcdRingElem<C>>Greatest common divisor algorithms.classGreatestCommonDivisorFake<C extends GcdRingElem<C>>Greatest common divisor algorithms with gcd always 1.classGreatestCommonDivisorHensel<MOD extends GcdRingElem<MOD> & Modular>Greatest common divisor algorithms with subresultant polynomial remainder sequence and univariate Hensel lifting.classGreatestCommonDivisorModEval<MOD extends GcdRingElem<MOD> & Modular>Greatest common divisor algorithms with modular evaluation algorithm for recursion.classGreatestCommonDivisorModular<MOD extends GcdRingElem<MOD> & Modular>Greatest common divisor algorithms with modular computation and Chinese remainder algorithm.classGreatestCommonDivisorPrimitive<C extends GcdRingElem<C>>Greatest common divisor algorithms with primitive polynomial remainder sequence.classGreatestCommonDivisorSimple<C extends GcdRingElem<C>>Greatest common divisor algorithms with monic polynomial remainder sequence.classGreatestCommonDivisorSubres<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.engineGCD engine of the factory.