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 classLocal<C extends GcdRingElem<C>>Local ring element based on GenPolynomial with RingElem interface.classSolvableLocal<C extends GcdRingElem<C>>SolvableLocal ring element based on pairs of GenSolvablePolynomial with GcdRingElem interface.classSolvableLocalResidue<C extends GcdRingElem<C>>SolvableLocalResidue, that is a (left) rational function, based on pairs of GenSolvablePolynomial with GcdRingElem interface.classSolvableResidue<C extends GcdRingElem<C>>SolvableResidue ring element based on GenSolvablePolynomial with GcdRingElem interface.classWordResidue<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 classSolvableQuotient<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 classQLRSolvablePolynomial<C extends GcdRingElem<C> & QuotPair<GenPolynomial<D>>,D extends GcdRingElem<D>>QLRSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classQLRSolvablePolynomialRing<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 classLocal<C extends RingElem<C>>Local element based on RingElem pairs.classQuotient<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 classFactorFraction<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 classQuotient<C extends GcdRingElem<C>>Quotient, that is a rational function, based on GenPolynomial with RingElem interface.
-