Uses of Class
edu.jas.poly.ExpVectorByte
Packages that use ExpVectorByte
-
Uses of ExpVectorByte in edu.jas.poly
Methods in edu.jas.poly that return ExpVectorByteModifier and TypeMethodDescriptionExpVectorByte.abs()
ExpVector absolute value.Combine with ExpVector.ExpVectorByte.contract
(int i, int len) Contract variables.ExpVectorByte.copy()
Clone this.ExpVectorByte.extend
(int i, int j, long e) Extend variables.ExpVectorByte.extendLower
(int i, int j, long e) Extend lower variables.ExpVector greatest common divisor.ExpVector least common multiple.ExpVectorByte.negate()
ExpVector negate.ExpVectorByte.permutation
(List<Integer> P) Permutation of exponent vector.ExpVectorByte.reverse()
Reverse variables.ExpVectorByte.reverse
(int j) Reverse lower j variables.ExpVectorByte.scalarMultiply
(long s) ExpVector multiply by scalar.ExpVectorByte.subst
(int i, byte d) ExpVector substitution.ExpVectorByte.subst
(int i, long d) ExpVector substitution.ExpVector subtract.ExpVector summation.