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