Uses of Interface
edu.jas.structure.QuotPairFactory
-
Packages that use QuotPairFactory Package Description edu.jas.application Groebner base application package.edu.jas.fd Factorization domain package for solvable polynomial rings.edu.jas.poly Generic coefficients polynomial package.edu.jas.ufd Unique factorization domain package. -
-
Uses of QuotPairFactory in edu.jas.application
Classes in edu.jas.application that implement QuotPairFactory Modifier and Type Class Description class
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 QuotPairFactory Modifier and Type Class Description class
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 QuotPairFactory Modifier and Type Class Description class
LocalRing<C extends RingElem<C>>
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 QuotPairFactory Modifier and Type Field Description QuotPairFactory<GenPolynomial<D>,C>
QLRSolvablePolynomialRing. qpfac
Factory to create coefficients. -
Uses of QuotPairFactory in edu.jas.ufd
Classes in edu.jas.ufd that implement QuotPairFactory Modifier and Type Class Description class
QuotientRing<C extends GcdRingElem<C>>
Quotient ring factory based on GenPolynomial with RingElem interface.Fields in edu.jas.ufd declared as QuotPairFactory Modifier and Type Field Description protected QuotPairFactory<GenPolynomial<C>,D>
FactorFraction. qfac
Quotient pairs ring factory.Constructors in edu.jas.ufd with parameters of type QuotPairFactory Constructor Description FactorFraction(QuotPairFactory<GenPolynomial<C>,D> fac)
Constructor.FactorFraction(QuotPairFactory<GenPolynomial<C>,D> fac, FactorAbstract<C> nengine)
Constructor.
-