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