Uses of Class
edu.jas.poly.ExpVectorInteger
Packages that use ExpVectorInteger
-
Uses of ExpVectorInteger in edu.jas.poly
Methods in edu.jas.poly that return ExpVectorIntegerModifier and TypeMethodDescriptionExpVectorInteger.abs()
ExpVector absolute value.Combine with ExpVector.ExpVectorInteger.contract
(int i, int len) Contract variables.ExpVectorInteger.copy()
Clone this.ExpVectorInteger.extend
(int i, int j, long e) Extend variables.ExpVectorInteger.extendLower
(int i, int j, long e) Extend lower variables.ExpVector greatest common divisor.ExpVector least common multiple.ExpVectorInteger.negate()
ExpVector negate.ExpVectorInteger.permutation
(List<Integer> P) Permutation of exponent vector.ExpVectorInteger.reverse()
Reverse variables.ExpVectorInteger.reverse
(int j) Reverse lower j variables.ExpVectorInteger.scalarMultiply
(long s) ExpVector multiply by scalar.ExpVectorInteger.subst
(int i, int d) ExpVector substitution.ExpVectorInteger.subst
(int i, long d) ExpVector substitution.ExpVector subtract.ExpVector summation.