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