Uses of Class
edu.jas.arith.ProductRing
Packages that use ProductRing
Package
Description
Groebner base application package.
Basic arithmetic package.
Groebner bases using unique factorization package.
Generic coefficients polynomial package.
-
Uses of ProductRing in edu.jas.application
Methods in edu.jas.application with parameters of type ProductRingModifier and TypeMethodDescriptionstatic <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 ProductRingModifier and TypeFieldDescriptionfinal ProductRing
<C> Product.ring
Product class factory data structure.Methods in edu.jas.arith that return ProductRingConstructors in edu.jas.arith with parameters of type ProductRingModifierConstructorDescriptionProduct
(ProductRing<C> r) The constructor creates a Product object from a ring factory.The constructor creates a Product object from a ring factory and a ring element.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 ProductRingModifier and TypeMethodDescriptionstatic <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 ProductRingModifier and TypeMethodDescriptionstatic 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.