Uses of Class
edu.jas.ufd.QuotientRing
-
Packages that use QuotientRing Package Description edu.jas.application Groebner base application package.edu.jas.gbufd Groebner bases using unique factorization package.edu.jas.integrate Elementary Integration package.edu.jas.ufd Unique factorization domain package. -
-
Uses of QuotientRing in edu.jas.application
Methods in edu.jas.application with parameters of type QuotientRing Modifier and Type Method Description IdealWithUniv<Quotient<C>>
Ideal. 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 QuotientRing Modifier and Type Method Description static <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 QuotientRing Constructor Description GroebnerBaseQuotient(int threads, QuotientRing<C> rf)
Constructor.GroebnerBaseQuotient(int threads, QuotientRing<C> rf, PairList<GenPolynomial<C>> pl)
Constructor.GroebnerBaseQuotient(QuotientRing<C> rf)
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 Constructor Description QuotIntegral(QuotientRing<C> r, Integral<C> ri)
Constructor. -
Uses of QuotientRing in edu.jas.ufd
Fields in edu.jas.ufd declared as QuotientRing Modifier and Type Field Description protected QuotientRing<C>
SquarefreeFieldCharP. qCoFac
Factory for a transcendental extension of a finite field of characteristic p coefficients.QuotientRing<C>
Quotient. ring
Quotient class factory data structure.Methods in edu.jas.ufd that return QuotientRing Modifier and Type Method Description QuotientRing<C>
Quotient. factory()
Get the corresponding element factory.Methods in edu.jas.ufd with parameters of type QuotientRing Modifier and Type Method Description static <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 QuotientRing Constructor Description FactorQuotient(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.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.
-