Uses of Class
edu.jas.poly.ExpVectorPair
Packages that use ExpVectorPair
-
Uses of ExpVectorPair in edu.jas.poly
Methods in edu.jas.poly that return types with arguments of type ExpVectorPairModifier and TypeMethodDescription(package private) Map
<ExpVectorPair, GenPolynomial<C>> RelationTable.fromListDeg2
(List a) Convert mixed list to map for base relations.Methods in edu.jas.poly with parameters of type ExpVectorPairModifier and TypeMethodDescriptionboolean
ExpVectorPair.equals
(ExpVectorPair b) equals.boolean
ExpVectorPair.isMultiple
(ExpVectorPair p) isMultiple.Method parameters in edu.jas.poly with type arguments of type ExpVectorPairModifier and TypeMethodDescription(package private) boolean
RelationTable.equalMaps
(Map<ExpVectorPair, GenPolynomial<C>> m1, Map<ExpVectorPair, GenPolynomial<C>> m2) Equals for special maps.