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 ExpVectorByte
ExpVectorByte. abs()
ExpVector absolute value.ExpVectorByte
ExpVectorByte. combine(ExpVector V)
Combine with ExpVector.ExpVectorByte
ExpVectorByte. contract(int i, int len)
Contract variables.ExpVectorByte
ExpVectorByte. copy()
Clone this.ExpVectorByte
ExpVectorByte. extend(int i, int j, long e)
Extend variables.ExpVectorByte
ExpVectorByte. extendLower(int i, int j, long e)
Extend lower variables.ExpVectorByte
ExpVectorByte. gcd(ExpVector V)
ExpVector greatest common divisor.ExpVectorByte
ExpVectorByte. lcm(ExpVector V)
ExpVector least common multiple.ExpVectorByte
ExpVectorByte. negate()
ExpVector negate.ExpVectorByte
ExpVectorByte. permutation(java.util.List<java.lang.Integer> P)
Permutation of exponent vector.ExpVectorByte
ExpVectorByte. reverse()
Reverse variables.ExpVectorByte
ExpVectorByte. reverse(int j)
Reverse lower j variables.ExpVectorByte
ExpVectorByte. scalarMultiply(long s)
ExpVector multiply by scalar.ExpVectorByte
ExpVectorByte. subst(int i, byte d)
ExpVector substitution.ExpVectorByte
ExpVectorByte. subst(int i, long d)
ExpVector substitution.ExpVectorByte
ExpVectorByte. subtract(ExpVector V)
ExpVector subtract.ExpVectorByte
ExpVectorByte. sum(ExpVector V)
ExpVector summation.
-