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