Uses of Class
edu.jas.poly.GenPolynomialTokenizer.coeffType
-
Packages that use GenPolynomialTokenizer.coeffType Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of GenPolynomialTokenizer.coeffType in edu.jas.poly
Fields in edu.jas.poly declared as GenPolynomialTokenizer.coeffType Modifier and Type Field Description private GenPolynomialTokenizer.coeffType
GenPolynomialTokenizer. parsedCoeff
Methods in edu.jas.poly that return GenPolynomialTokenizer.coeffType Modifier and Type Method Description static GenPolynomialTokenizer.coeffType
GenPolynomialTokenizer.coeffType. valueOf(java.lang.String name)
Returns 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.coeffType Modifier and Type Method Description void
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.
-