Uses of Class
edu.jas.poly.ExpVector.StorUnit
-
Packages that use ExpVector.StorUnit Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of ExpVector.StorUnit in edu.jas.poly
Fields in edu.jas.poly declared as ExpVector.StorUnit Modifier and Type Field Description static ExpVector.StorUnit
ExpVector. storunit
Used storage representation of exponent arrays.Methods in edu.jas.poly that return ExpVector.StorUnit Modifier and Type Method Description static ExpVector.StorUnit
ExpVector.StorUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpVector.StorUnit[]
ExpVector.StorUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-