Uses of Class
edu.jas.ufd.QuotientRing
Packages that use QuotientRing
Package
Description
Groebner base application package.
Groebner bases using unique factorization package.
Elementary Integration package.
Unique factorization domain package.
-
Uses of QuotientRing in edu.jas.application
Methods in edu.jas.application with parameters of type QuotientRingModifier and TypeMethodDescriptionIdeal.extension
(QuotientRing<C> qfac) Ideal extension.static <C extends GcdRingElem<C>>
FactorAbstract<Quotient<C>> FactorFactory.getImplementation
(QuotientRing<C> fac) Determine suitable implementation of factorization algorithms, case Quotient<C>. -
Uses of QuotientRing in edu.jas.gbufd
Methods in edu.jas.gbufd with parameters of type QuotientRingModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
GroebnerBaseAbstract<Quotient<C>> GBFactory.getImplementation
(QuotientRing<C> fac) Determine suitable implementation of GB algorithms, case Quotient coefficients.static <C extends GcdRingElem<C>>
GroebnerBaseAbstract<Quotient<C>> GBFactory.getImplementation
(QuotientRing<C> fac, PairList<Quotient<C>> pl) Determine suitable implementation of GB algorithms, case Quotient coefficients.static <C extends GcdRingElem<C>>
GroebnerBaseAbstract<Quotient<C>> GBFactory.getImplementation
(QuotientRing<C> fac, GBFactory.Algo a) Determine suitable implementation of GB algorithms, case Quotient coefficients.static <C extends GcdRingElem<C>>
GroebnerBaseAbstract<Quotient<C>> GBFactory.getImplementation
(QuotientRing<C> fac, GBFactory.Algo a, PairList<Quotient<C>> pl) Determine suitable implementation of GB algorithms, case Quotient coefficients.static <C extends GcdRingElem<C>>
SolvableGroebnerBaseAbstract<Quotient<C>> SGBFactory.getImplementation
(QuotientRing<C> fac) Determine suitable implementation of GB algorithms, case Quotient coefficients.static <C extends GcdRingElem<C>>
SolvableGroebnerBaseAbstract<Quotient<C>> SGBFactory.getImplementation
(QuotientRing<C> fac, PairList<Quotient<C>> pl) Determine suitable implementation of GB algorithms, case Quotient coefficients.static <C extends GcdRingElem<C>>
SolvableGroebnerBaseAbstract<Quotient<C>> SGBFactory.getImplementation
(QuotientRing<C> fac, GBFactory.Algo a) Determine suitable implementation of GB algorithms, case Quotient coefficients.static <C extends GcdRingElem<C>>
SolvableGroebnerBaseAbstract<Quotient<C>> SGBFactory.getImplementation
(QuotientRing<C> fac, GBFactory.Algo a, PairList<Quotient<C>> pl) Determine suitable implementation of GB algorithms, case Quotient coefficients.Constructors in edu.jas.gbufd with parameters of type QuotientRingModifierConstructorDescriptionGroebnerBaseQuotient
(int threads, QuotientRing<C> rf) Constructor.GroebnerBaseQuotient
(int threads, QuotientRing<C> rf, PairList<GenPolynomial<C>> pl) Constructor.Constructor.GroebnerBaseQuotient
(QuotientRing<C> rf, PairList<GenPolynomial<C>> pl) Constructor. -
Uses of QuotientRing in edu.jas.integrate
Constructors in edu.jas.integrate with parameters of type QuotientRing -
Uses of QuotientRing in edu.jas.ufd
Fields in edu.jas.ufd declared as QuotientRingModifier and TypeFieldDescriptionprotected final QuotientRing
<C> SquarefreeFieldCharP.qCoFac
Factory for a transcendental extension of a finite field of characteristic p coefficients.final QuotientRing
<C> Quotient.ring
Quotient class factory data structure.Methods in edu.jas.ufd that return QuotientRingMethods in edu.jas.ufd with parameters of type QuotientRingModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
FactorAbstract<Quotient<C>> FactorFactory.getImplementation
(QuotientRing<C> fac) Determine suitable implementation of factorization algorithms, case Quotient<C>.static <C extends GcdRingElem<C>>
SquarefreeAbstract<Quotient<C>> SquarefreeFactory.getImplementation
(QuotientRing<C> fac) Determine suitable implementation of squarefree factorization algorithms, case Quotient<C>.Constructors in edu.jas.ufd with parameters of type QuotientRingModifierConstructorDescriptionFactorQuotient
(QuotientRing<C> fac) Constructor.FactorQuotient
(QuotientRing<C> fac, FactorAbstract<C> nengine) Constructor.Quotient
(QuotientRing<C> r) The constructor creates a Quotient object from a ring factory.Quotient
(QuotientRing<C> r, GenPolynomial<C> n) The constructor creates a Quotient object from a ring factory and a numerator polynomial.Quotient
(QuotientRing<C> r, GenPolynomial<C> n, GenPolynomial<C> d) The constructor creates a Quotient object from a ring factory and a numerator and denominator polynomial.protected
Quotient
(QuotientRing<C> r, GenPolynomial<C> n, GenPolynomial<C> d, boolean isred) The constructor creates a Quotient object from a ring factory and a numerator and denominator polynomial.