Uses of Interface
edu.jas.structure.QuotPairFactory
Packages that use QuotPairFactory
Package
Description
Groebner base application package.
Factorization domain package for solvable polynomial rings.
Generic coefficients polynomial package.
Unique factorization domain package.
-
Uses of QuotPairFactory in edu.jas.application
Classes in edu.jas.application that implement QuotPairFactoryModifier and TypeClassDescriptionclassLocalRing<C extends GcdRingElem<C>>Local ring class based on GenPolynomial with RingElem interface.classSolvableLocalResidueRing<C extends GcdRingElem<C>>SolvableLocalResidue ring factory for SolvableLocalResidue based on GenSolvablePolynomial with GcdRingElem interface.classSolvableLocalRing<C extends GcdRingElem<C>>SolvableLocal ring factory for SolvableLocal with GcdRingElem interface.classSolvableResidueRing<C extends GcdRingElem<C>>SolvableResidue ring factory based on GenSolvablePolynomialRing with GcdRingFactory interface.classWordResidueRing<C extends GcdRingElem<C>>WordResidue ring factory based on GenWordPolynomialRing with GcdRingFactory interface. -
Uses of QuotPairFactory in edu.jas.fd
Classes in edu.jas.fd that implement QuotPairFactoryModifier and TypeClassDescriptionclassSolvableQuotientRing<C extends GcdRingElem<C>>SolvableQuotient ring factory based on GenPolynomial with RingElem interface. -
Uses of QuotPairFactory in edu.jas.poly
Classes in edu.jas.poly that implement QuotPairFactoryModifier and TypeClassDescriptionclassLocal ring factory based on RingElem principal ideal.classQuotientRing<C extends RingElem<C>>Quotient ring factory using RingElem and RingFactory.Fields in edu.jas.poly declared as QuotPairFactoryModifier and TypeFieldDescriptionfinal QuotPairFactory<GenPolynomial<D>, C> QLRSolvablePolynomialRing.qpfacFactory to create coefficients. -
Uses of QuotPairFactory in edu.jas.ufd
Classes in edu.jas.ufd that implement QuotPairFactoryModifier and TypeClassDescriptionclassQuotientRing<C extends GcdRingElem<C>>Quotient ring factory based on GenPolynomial with RingElem interface.Fields in edu.jas.ufd declared as QuotPairFactoryModifier and TypeFieldDescriptionprotected final QuotPairFactory<GenPolynomial<C>, D> FactorFraction.qfacQuotient pairs ring factory.Constructors in edu.jas.ufd with parameters of type QuotPairFactoryModifierConstructorDescriptionFactorFraction(QuotPairFactory<GenPolynomial<C>, D> fac) Constructor.FactorFraction(QuotPairFactory<GenPolynomial<C>, D> fac, FactorAbstract<C> nengine) Constructor.