Uses of Class
edu.jas.fd.GreatestCommonDivisorAbstract
Packages that use GreatestCommonDivisorAbstract
Package
Description
Groebner base application package.
Factorization domain package for solvable polynomial rings.
-
Uses of GreatestCommonDivisorAbstract in edu.jas.application
Fields in edu.jas.application declared as GreatestCommonDivisorAbstractModifier and TypeFieldDescriptionfinal GreatestCommonDivisorAbstract<C> SolvableLocalResidueRing.fdengineFD engine of the factory.final GreatestCommonDivisorAbstract<C> SolvableLocalRing.fdengineFD engine of the factory. -
Uses of GreatestCommonDivisorAbstract in edu.jas.fd
Subclasses of GreatestCommonDivisorAbstract in edu.jas.fdModifier and TypeClassDescriptionclassGreatestCommonDivisorFake<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms with monic polynomial remainder sequence.classGreatestCommonDivisorPrimitive<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms with primitive polynomial remainder sequence.classGreatestCommonDivisorSimple<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms with monic polynomial remainder sequence.classGreatestCommonDivisorSyzygy<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms with syzygy computation.classSGCDParallelProxy<C extends GcdRingElem<C>>Solvable greatest common divisor parallel proxy.Fields in edu.jas.fd declared as GreatestCommonDivisorAbstractModifier and TypeFieldDescriptionfinal GreatestCommonDivisorAbstract<C> SGCDParallelProxy.e0GCD engines.final GreatestCommonDivisorAbstract<C> SGCDParallelProxy.e1final GreatestCommonDivisorAbstract<C> SGCDParallelProxy.e2final GreatestCommonDivisorAbstract<C> SolvableQuotientRing.fdengineFD engine of the factory.Methods in edu.jas.fd that return GreatestCommonDivisorAbstractModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
GreatestCommonDivisorAbstract<C> SGCDFactory.getFakeImplementation(RingFactory<C> fac) Determine fake implementation of gcd algorithms, other cases.SGCDFactory.getImplementation(BigInteger fac) Determine suitable implementation of gcd algorithms, case BigInteger.SGCDFactory.getImplementation(BigRational fac) Determine suitable implementation of gcd algorithms, case BigRational.SGCDFactory.getImplementation(ModIntegerRing fac) Determine suitable implementation of gcd algorithms, case ModInteger.static GreatestCommonDivisorAbstract<ModLong> SGCDFactory.getImplementation(ModLongRing fac) Determine suitable implementation of gcd algorithms, case ModLong.static <C extends GcdRingElem<C>>
GreatestCommonDivisorAbstract<C> SGCDFactory.getImplementation(RingFactory<C> fac) Determine suitable implementation of gcd algorithms, other cases.SGCDFactory.getProxy(BigInteger fac) Determine suitable proxy for gcd algorithms, case BigInteger.SGCDFactory.getProxy(BigRational fac) Determine suitable proxy for gcd algorithms, case BigRational.SGCDFactory.getProxy(ModIntegerRing fac) Determine suitable proxy for gcd algorithms, case ModInteger.static GreatestCommonDivisorAbstract<ModLong> SGCDFactory.getProxy(ModLongRing fac) Determine suitable proxy for gcd algorithms, case ModLong.static <C extends GcdRingElem<C>>
GreatestCommonDivisorAbstract<C> SGCDFactory.getProxy(RingFactory<C> fac) Determine suitable proxy for gcd algorithms, other cases.Constructors in edu.jas.fd with parameters of type GreatestCommonDivisorAbstractModifierConstructorDescriptionSGCDParallelProxy(RingFactory<C> cf, GreatestCommonDivisorAbstract<C> e1, GreatestCommonDivisorAbstract<C> e2) ParallelProxy constructor.