Uses of Enum
edu.jas.poly.GenPolynomialTokenizer.coeffType
Packages that use GenPolynomialTokenizer.coeffType
-
Uses of GenPolynomialTokenizer.coeffType in edu.jas.poly
Fields in edu.jas.poly declared as GenPolynomialTokenizer.coeffTypeModifier and TypeFieldDescriptionprivate GenPolynomialTokenizer.coeffType
GenPolynomialTokenizer.parsedCoeff
Methods in edu.jas.poly that return GenPolynomialTokenizer.coeffTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GenPolynomialTokenizer.coeffType[]
GenPolynomialTokenizer.coeffType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.jas.poly with parameters of type GenPolynomialTokenizer.coeffTypeModifier and TypeMethodDescriptionvoid
GenPolynomialTokenizer.initFactory
(RingFactory rf, GenPolynomialTokenizer.coeffType ct) Initialize coefficient and polynomial factories.void
GenPolynomialTokenizer.initSolvableFactory
(RingFactory rf, GenPolynomialTokenizer.coeffType ct) Initialize coefficient and solvable polynomial factories.