Uses of Class
edu.jas.poly.ExpVectorPair
-
Packages that use ExpVectorPair Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of ExpVectorPair in edu.jas.poly
Methods in edu.jas.poly that return types with arguments of type ExpVectorPair Modifier and Type Method Description (package private) java.util.Map<ExpVectorPair,GenPolynomial<C>>RelationTable. fromListDeg2(java.util.List a)Convert mixed list to map for base relations.Methods in edu.jas.poly with parameters of type ExpVectorPair Modifier and Type Method Description booleanExpVectorPair. equals(ExpVectorPair b)equals.booleanExpVectorPair. isMultiple(ExpVectorPair p)isMultiple.Method parameters in edu.jas.poly with type arguments of type ExpVectorPair Modifier and Type Method Description (package private) booleanRelationTable. equalMaps(java.util.Map<ExpVectorPair,GenPolynomial<C>> m1, java.util.Map<ExpVectorPair,GenPolynomial<C>> m2)Equals for special maps.
-