Uses of Class
edu.jas.poly.ExpVectorInteger
-
Packages that use ExpVectorInteger Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of ExpVectorInteger in edu.jas.poly
Methods in edu.jas.poly that return ExpVectorInteger Modifier and Type Method Description ExpVectorIntegerExpVectorInteger. abs()ExpVector absolute value.ExpVectorIntegerExpVectorInteger. combine(ExpVector V)Combine with ExpVector.ExpVectorIntegerExpVectorInteger. contract(int i, int len)Contract variables.ExpVectorIntegerExpVectorInteger. copy()Clone this.ExpVectorIntegerExpVectorInteger. extend(int i, int j, long e)Extend variables.ExpVectorIntegerExpVectorInteger. extendLower(int i, int j, long e)Extend lower variables.ExpVectorIntegerExpVectorInteger. gcd(ExpVector V)ExpVector greatest common divisor.ExpVectorIntegerExpVectorInteger. lcm(ExpVector V)ExpVector least common multiple.ExpVectorIntegerExpVectorInteger. negate()ExpVector negate.ExpVectorIntegerExpVectorInteger. permutation(java.util.List<java.lang.Integer> P)Permutation of exponent vector.ExpVectorIntegerExpVectorInteger. reverse()Reverse variables.ExpVectorIntegerExpVectorInteger. reverse(int j)Reverse lower j variables.ExpVectorIntegerExpVectorInteger. scalarMultiply(long s)ExpVector multiply by scalar.ExpVectorIntegerExpVectorInteger. subst(int i, int d)ExpVector substitution.ExpVectorIntegerExpVectorInteger. subst(int i, long d)ExpVector substitution.ExpVectorIntegerExpVectorInteger. subtract(ExpVector V)ExpVector subtract.ExpVectorIntegerExpVectorInteger. sum(ExpVector V)ExpVector summation.
-