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