Uses of Class
edu.jas.arith.Product
Packages that use Product
Package
Description
Groebner base application package.
Basic arithmetic package.
Groebner bases using unique factorization package.
Generic coefficients polynomial package.
-
Uses of Product in edu.jas.application
Methods in edu.jas.application that return ProductModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
Product<Residue<C>> PolyUtilApp.toProductRes
(ProductRing<Residue<C>> pfac, GenPolynomial<C> c) Product representation.Methods in edu.jas.application that return types with arguments of type ProductModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
GenPolynomial<Product<Residue<C>>> PolyUtilApp.toProductRes
(GenPolynomialRing<Product<Residue<C>>> pfac, GenPolynomial<GenPolynomial<C>> A) Product representation.static <C extends GcdRingElem<C>>
List<GenPolynomial<Product<Residue<C>>>> PolyUtilApp.toProductRes
(GenPolynomialRing<Product<Residue<C>>> pfac, List<GenPolynomial<GenPolynomial<C>>> L) Product representation.static <C extends GcdRingElem<C>>
List<GenPolynomial<Product<Residue<C>>>> PolyUtilApp.toProductRes
(List<ColoredSystem<C>> CS) Product residue representation.Method parameters in edu.jas.application with type arguments of type ProductModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C>>
GenPolynomial<GenPolynomial<C>> PolyUtilApp.fromProduct
(GenPolynomialRing<GenPolynomial<C>> pfac, GenPolynomial<Product<Residue<C>>> P, int i) From product representation.static <C extends GcdRingElem<C>>
List<GenPolynomial<GenPolynomial<C>>> PolyUtilApp.fromProduct
(GenPolynomialRing<GenPolynomial<C>> pfac, List<GenPolynomial<Product<Residue<C>>>> L, int i) From product representation.static <C extends GcdRingElem<C>>
Map<Ideal<C>, PolynomialList<GenPolynomial<C>>> PolyUtilApp.productSlice
(PolynomialList<Product<Residue<C>>> L) Product slice.static <C extends GcdRingElem<C>>
PolynomialList<GenPolynomial<C>> PolyUtilApp.productSlice
(PolynomialList<Product<Residue<C>>> L, int i) Product slice at i.static <C extends GcdRingElem<C>>
StringPolyUtilApp.productToString
(PolynomialList<Product<Residue<C>>> L) Product slice to String.static <C extends GcdRingElem<C>>
GenPolynomial<Product<Residue<C>>> PolyUtilApp.toProductRes
(GenPolynomialRing<Product<Residue<C>>> pfac, GenPolynomial<GenPolynomial<C>> A) Product representation.static <C extends GcdRingElem<C>>
List<GenPolynomial<Product<Residue<C>>>> PolyUtilApp.toProductRes
(GenPolynomialRing<Product<Residue<C>>> pfac, List<GenPolynomial<GenPolynomial<C>>> L) Product representation. -
Uses of Product in edu.jas.arith
Methods in edu.jas.arith that return ProductModifier and TypeMethodDescriptionProduct.abs()
Product absolute value.Product.copy()
Clone this.Copy Product element c.Product quasi-division.Extended greatest common divisor.Product.extend
(int i, int j) Product extend.Product.fillIdempotent
(Product<C> S) Product fill with idempotent.Product.fillOne()
Product fill with one.ProductRing.fromInteger
(long a) Get a Product element from a long value.ProductRing.fromInteger
(BigInteger a) Get a Product element from a BigInteger value.Greatest common divisor.ProductRing.getAtomic
(int i) Get an atomic element.ProductRing.getONE()
Get the one element.ProductRing.getZERO()
Get the zero element.Product.idemComplement()
Product idempotent complement.Product.idempotent()
Product idempotent.Product.idempotentAnd
(Product<C> S) Product idempotent and.Product.idempotentOr
(Product<C> S) Product idempotent or.Product.inverse()
Product quasi-inverse.Product multiply by coefficient.Product multiplication.Product.negate()
Product negate.Parse Product from Reader.Parse Product from String.Product.quotientRemainder
(Product<C> S) Quotient and remainder by division of this by S.ProductRing.random
(int n) Product random.ProductRing.random
(int n, float q) Product random.Product random.Product random.Product quasi-remainder.Product subtraction.Product summation.Methods in edu.jas.arith that return types with arguments of type ProductModifier and TypeMethodDescriptionProductRing.generators()
Get a list of the generating elements.Methods in edu.jas.arith with parameters of type ProductModifier and TypeMethodDescriptionint
Product comparison.Copy Product element c.Product quasi-division.Extended greatest common divisor.Product.fillIdempotent
(Product<C> S) Product fill with idempotent.Greatest common divisor.Product.idempotentAnd
(Product<C> S) Product idempotent and.Product.idempotentOr
(Product<C> S) Product idempotent or.Product multiplication.Product.quotientRemainder
(Product<C> S) Quotient and remainder by division of this by S.Product quasi-remainder.Product subtraction.Product summation. -
Uses of Product in edu.jas.gbufd
Methods in edu.jas.gbufd that return types with arguments of type ProductModifier 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 Product in edu.jas.poly
Methods in edu.jas.poly that return ProductModifier 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.Methods in edu.jas.poly that return types with arguments of type ProductModifier and TypeMethodDescriptionstatic GenPolynomial
<Product<ModInteger>> PolyUtil.toProduct
(GenPolynomialRing<Product<ModInteger>> pfac, GenPolynomial<BigInteger> A) Product representation.static List
<GenPolynomial<Product<ModInteger>>> PolyUtil.toProduct
(GenPolynomialRing<Product<ModInteger>> pfac, List<GenPolynomial<BigInteger>> L) Product representation.static <C extends GcdRingElem<C>>
GenPolynomial<Product<C>> PolyUtil.toProductGen
(GenPolynomialRing<Product<C>> pfac, GenPolynomial<C> A) Product representation.static <C extends GcdRingElem<C>>
List<GenPolynomial<Product<C>>> PolyUtil.toProductGen
(GenPolynomialRing<Product<C>> pfac, List<GenPolynomial<C>> L) Product representation.Method parameters in edu.jas.poly with type arguments of type ProductModifier and TypeMethodDescriptionstatic GenPolynomial
<Product<ModInteger>> PolyUtil.toProduct
(GenPolynomialRing<Product<ModInteger>> pfac, GenPolynomial<BigInteger> A) Product representation.static List
<GenPolynomial<Product<ModInteger>>> PolyUtil.toProduct
(GenPolynomialRing<Product<ModInteger>> pfac, List<GenPolynomial<BigInteger>> L) Product representation.static <C extends GcdRingElem<C>>
GenPolynomial<Product<C>> PolyUtil.toProductGen
(GenPolynomialRing<Product<C>> pfac, GenPolynomial<C> A) Product representation.static <C extends GcdRingElem<C>>
List<GenPolynomial<Product<C>>> PolyUtil.toProductGen
(GenPolynomialRing<Product<C>> pfac, List<GenPolynomial<C>> L) Product representation.