Uses of Class
edu.jas.arith.ProductRing
-
Packages that use ProductRing Package Description edu.jas.application Groebner base application package.edu.jas.arith Basic arithmetic package.edu.jas.gbufd Groebner bases using unique factorization package.edu.jas.poly Generic coefficients polynomial package. -
-
Uses of ProductRing in edu.jas.application
Methods in edu.jas.application with parameters of type ProductRing Modifier and Type Method Description static <C extends GcdRingElem<C>>
Product<Residue<C>>PolyUtilApp. toProductRes(ProductRing<Residue<C>> pfac, GenPolynomial<C> c)
Product representation. -
Uses of ProductRing in edu.jas.arith
Fields in edu.jas.arith declared as ProductRing Modifier and Type Field Description ProductRing<C>
Product. ring
Product class factory data structure.Methods in edu.jas.arith that return ProductRing Modifier and Type Method Description ProductRing<C>
Product. factory()
Get the corresponding element factory.Constructors in edu.jas.arith with parameters of type ProductRing Constructor Description Product(ProductRing<C> r)
The constructor creates a Product object from a ring factory.Product(ProductRing<C> r, java.util.SortedMap<java.lang.Integer,C> a)
The constructor creates a Product object from a ring factory and a ring element.Product(ProductRing<C> r, java.util.SortedMap<java.lang.Integer,C> a, int u)
The constructor creates a Product object from a ring factory, a ring element and an indicator if a is a unit. -
Uses of ProductRing in edu.jas.gbufd
Methods in edu.jas.gbufd with parameters of type ProductRing Modifier and Type Method Description static <C extends RingElem<C>>
GroebnerBaseAbstract<Product<C>>GBFactory. getImplementation(ProductRing<C> fac)
Determine suitable implementation of GB algorithms, case regular rings. -
Uses of ProductRing in edu.jas.poly
Methods in edu.jas.poly with parameters of type ProductRing Modifier and Type Method Description static Product<ModInteger>
PolyUtil. toProduct(ProductRing<ModInteger> pfac, BigInteger c)
Product representation.static <C extends RingElem<C>>
Product<GenPolynomial<C>>PolyUtil. toProduct(ProductRing<GenPolynomial<C>> pfac, C c, ExpVector e)
Product representation.static <C extends RingElem<C>>
Product<GenPolynomial<C>>PolyUtil. toProduct(ProductRing<GenPolynomial<C>> pfac, GenPolynomial<C> A)
Product representation.static <C extends GcdRingElem<C>>
Product<C>PolyUtil. toProductGen(ProductRing<C> pfac, C c)
Product representation.
-