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 TypeClassDescriptionclass
LocalRing<C extends GcdRingElem<C>>
Local ring class based on GenPolynomial with RingElem interface.class
SolvableLocalResidueRing<C extends GcdRingElem<C>>
SolvableLocalResidue ring factory for SolvableLocalResidue based on GenSolvablePolynomial with GcdRingElem interface.class
SolvableLocalRing<C extends GcdRingElem<C>>
SolvableLocal ring factory for SolvableLocal with GcdRingElem interface.class
SolvableResidueRing<C extends GcdRingElem<C>>
SolvableResidue ring factory based on GenSolvablePolynomialRing with GcdRingFactory interface.class
WordResidueRing<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 TypeClassDescriptionclass
SolvableQuotientRing<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 TypeClassDescriptionclass
Local ring factory based on RingElem principal ideal.class
QuotientRing<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.qpfac
Factory to create coefficients. -
Uses of QuotPairFactory in edu.jas.ufd
Classes in edu.jas.ufd that implement QuotPairFactoryModifier and TypeClassDescriptionclass
QuotientRing<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.qfac
Quotient 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.