Uses of Interface
edu.jas.structure.QuotPair
-
Packages that use QuotPair 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 QuotPair in edu.jas.application
Classes in edu.jas.application that implement QuotPair Modifier and Type Class Description class
Local<C extends GcdRingElem<C>>
Local ring element based on GenPolynomial with RingElem interface.class
SolvableLocal<C extends GcdRingElem<C>>
SolvableLocal ring element based on pairs of GenSolvablePolynomial with GcdRingElem interface.class
SolvableLocalResidue<C extends GcdRingElem<C>>
SolvableLocalResidue, that is a (left) rational function, based on pairs of GenSolvablePolynomial with GcdRingElem interface.class
SolvableResidue<C extends GcdRingElem<C>>
SolvableResidue ring element based on GenSolvablePolynomial with GcdRingElem interface.class
WordResidue<C extends GcdRingElem<C>>
WordResidue ring element based on GenWordPolynomial with GcdRingElem interface. -
Uses of QuotPair in edu.jas.fd
Classes in edu.jas.fd that implement QuotPair Modifier and Type Class Description class
SolvableQuotient<C extends GcdRingElem<C>>
SolvableQuotient, that is a (left) rational function, based on GenSolvablePolynomial with RingElem interface. -
Uses of QuotPair in edu.jas.poly
Classes in edu.jas.poly with type parameters of type QuotPair Modifier and Type Class Description class
QLRSolvablePolynomial<C extends GcdRingElem<C> & QuotPair<GenPolynomial<D>>,D extends GcdRingElem<D>>
QLRSolvablePolynomial generic recursive solvable polynomials implementing RingElem.class
QLRSolvablePolynomialRing<C extends GcdRingElem<C> & QuotPair<GenPolynomial<D>>,D extends GcdRingElem<D>>
QLRSolvablePolynomialRing generic recursive solvable polynomial factory implementing RingFactory and extending GenSolvablePolynomialRing factory.Classes in edu.jas.poly that implement QuotPair Modifier and Type Class Description class
Local<C extends RingElem<C>>
Local element based on RingElem pairs.class
Quotient<C extends RingElem<C>>
Quotient element based on RingElem pairs. -
Uses of QuotPair in edu.jas.ufd
Classes in edu.jas.ufd with type parameters of type QuotPair Modifier and Type Class Description class
FactorFraction<C extends GcdRingElem<C>,D extends GcdRingElem<D> & QuotPair<GenPolynomial<C>>>
Fraction factorization algorithms.Classes in edu.jas.ufd that implement QuotPair Modifier and Type Class Description class
Quotient<C extends GcdRingElem<C>>
Quotient, that is a rational function, based on GenPolynomial with RingElem interface.
-