Uses of Class
edu.jas.arith.Product
-
Packages that use Product 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 Product in edu.jas.application
Methods in edu.jas.application that return Product Modifier and Type Method Description static <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 Product Modifier and Type Method Description 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>>
java.util.List<GenPolynomial<Product<Residue<C>>>>PolyUtilApp. toProductRes(GenPolynomialRing<Product<Residue<C>>> pfac, java.util.List<GenPolynomial<GenPolynomial<C>>> L)
Product representation.static <C extends GcdRingElem<C>>
java.util.List<GenPolynomial<Product<Residue<C>>>>PolyUtilApp. toProductRes(java.util.List<ColoredSystem<C>> CS)
Product residue representation.Method parameters in edu.jas.application with type arguments of type Product Modifier and Type Method Description static <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>>
java.util.List<GenPolynomial<GenPolynomial<C>>>PolyUtilApp. fromProduct(GenPolynomialRing<GenPolynomial<C>> pfac, java.util.List<GenPolynomial<Product<Residue<C>>>> L, int i)
From product representation.static <C extends GcdRingElem<C>>
java.util.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>>
java.lang.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>>
java.util.List<GenPolynomial<Product<Residue<C>>>>PolyUtilApp. toProductRes(GenPolynomialRing<Product<Residue<C>>> pfac, java.util.List<GenPolynomial<GenPolynomial<C>>> L)
Product representation. -
Uses of Product in edu.jas.arith
Methods in edu.jas.arith that return Product Modifier and Type Method Description Product<C>
Product. abs()
Product absolute value.Product<C>
Product. copy()
Clone this.Product<C>
ProductRing. copy(Product<C> c)
Copy Product element c.Product<C>
Product. divide(Product<C> S)
Product quasi-division.Product<C>[]
Product. egcd(Product<C> S)
Extended greatest common divisor.Product<C>
Product. extend(int i, int j)
Product extend.Product<C>
Product. fillIdempotent(Product<C> S)
Product fill with idempotent.Product<C>
Product. fillOne()
Product fill with one.Product<C>
ProductRing. fromInteger(long a)
Get a Product element from a long value.Product<C>
ProductRing. fromInteger(java.math.BigInteger a)
Get a Product element from a BigInteger value.Product<C>
Product. gcd(Product<C> S)
Greatest common divisor.Product<C>
ProductRing. getAtomic(int i)
Get an atomic element.Product<C>
ProductRing. getONE()
Get the one element.Product<C>
ProductRing. getZERO()
Get the zero element.Product<C>
Product. idemComplement()
Product idempotent complement.Product<C>
Product. idempotent()
Product idempotent.Product<C>
Product. idempotentAnd(Product<C> S)
Product idempotent and.Product<C>
Product. idempotentOr(Product<C> S)
Product idempotent or.Product<C>
Product. inverse()
Product quasi-inverse.Product<C>
Product. multiply(C c)
Product multiply by coefficient.Product<C>
Product. multiply(Product<C> S)
Product multiplication.Product<C>
Product. negate()
Product negate.Product<C>
ProductRing. parse(java.io.Reader r)
Parse Product from Reader.Product<C>
ProductRing. parse(java.lang.String s)
Parse Product from String.Product<C>[]
Product. quotientRemainder(Product<C> S)
Quotient and remainder by division of this by S.Product<C>
ProductRing. random(int n)
Product random.Product<C>
ProductRing. random(int n, float q)
Product random.Product<C>
ProductRing. random(int n, float q, java.util.Random rnd)
Product random.Product<C>
ProductRing. random(int n, java.util.Random rnd)
Product random.Product<C>
Product. remainder(Product<C> S)
Product quasi-remainder.Product<C>
Product. subtract(Product<C> S)
Product subtraction.Product<C>
Product. sum(Product<C> S)
Product summation.Methods in edu.jas.arith that return types with arguments of type Product Modifier and Type Method Description java.util.List<Product<C>>
ProductRing. generators()
Get a list of the generating elements.Methods in edu.jas.arith with parameters of type Product Modifier and Type Method Description int
Product. compareTo(Product<C> b)
Product comparison.Product<C>
ProductRing. copy(Product<C> c)
Copy Product element c.Product<C>
Product. divide(Product<C> S)
Product quasi-division.Product<C>[]
Product. egcd(Product<C> S)
Extended greatest common divisor.Product<C>
Product. fillIdempotent(Product<C> S)
Product fill with idempotent.Product<C>
Product. gcd(Product<C> S)
Greatest common divisor.Product<C>
Product. idempotentAnd(Product<C> S)
Product idempotent and.Product<C>
Product. idempotentOr(Product<C> S)
Product idempotent or.Product<C>
Product. multiply(Product<C> S)
Product multiplication.Product<C>[]
Product. quotientRemainder(Product<C> S)
Quotient and remainder by division of this by S.Product<C>
Product. remainder(Product<C> S)
Product quasi-remainder.Product<C>
Product. subtract(Product<C> S)
Product subtraction.Product<C>
Product. sum(Product<C> S)
Product summation. -
Uses of Product in edu.jas.gbufd
Methods in edu.jas.gbufd that return types with arguments of type Product 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 Product in edu.jas.poly
Methods in edu.jas.poly that return Product 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.Methods in edu.jas.poly that return types with arguments of type Product Modifier and Type Method Description static GenPolynomial<Product<ModInteger>>
PolyUtil. toProduct(GenPolynomialRing<Product<ModInteger>> pfac, GenPolynomial<BigInteger> A)
Product representation.static java.util.List<GenPolynomial<Product<ModInteger>>>
PolyUtil. toProduct(GenPolynomialRing<Product<ModInteger>> pfac, java.util.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>>
java.util.List<GenPolynomial<Product<C>>>PolyUtil. toProductGen(GenPolynomialRing<Product<C>> pfac, java.util.List<GenPolynomial<C>> L)
Product representation.Method parameters in edu.jas.poly with type arguments of type Product Modifier and Type Method Description static GenPolynomial<Product<ModInteger>>
PolyUtil. toProduct(GenPolynomialRing<Product<ModInteger>> pfac, GenPolynomial<BigInteger> A)
Product representation.static java.util.List<GenPolynomial<Product<ModInteger>>>
PolyUtil. toProduct(GenPolynomialRing<Product<ModInteger>> pfac, java.util.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>>
java.util.List<GenPolynomial<Product<C>>>PolyUtil. toProductGen(GenPolynomialRing<Product<C>> pfac, java.util.List<GenPolynomial<C>> L)
Product representation.
-