Uses of Class
edu.jas.ufd.QuotientRing.QuoNorm
-
Packages that use QuotientRing.QuoNorm Package Description edu.jas.ufd Unique factorization domain package. -
-
Uses of QuotientRing.QuoNorm in edu.jas.ufd
Fields in edu.jas.ufd declared as QuotientRing.QuoNorm Modifier and Type Field Description static QuotientRing.QuoNorm
QuotientRing. quoNorm
Default quotient polynomial normalization, simplification.Methods in edu.jas.ufd that return QuotientRing.QuoNorm Modifier and Type Method Description static QuotientRing.QuoNorm
QuotientRing.QuoNorm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QuotientRing.QuoNorm[]
QuotientRing.QuoNorm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-