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 classLocalRing<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 QuotPairFactory Modifier and Type Class Description classSolvableQuotientRing<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 classLocalRing<C extends RingElem<C>>Local 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 QuotPairFactory Modifier and Type Field Description QuotPairFactory<GenPolynomial<D>,C>QLRSolvablePolynomialRing. qpfacFactory to create coefficients. -
Uses of QuotPairFactory in edu.jas.ufd
Classes in edu.jas.ufd that implement QuotPairFactory Modifier and Type Class Description classQuotientRing<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. qfacQuotient 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.
-