Uses of Class
edu.jas.poly.LocalRing
-
Packages that use LocalRing Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of LocalRing in edu.jas.poly
Fields in edu.jas.poly declared as LocalRing Modifier and Type Field Description protected LocalRing<C>
Local. ring
Local class factory data structure.Methods in edu.jas.poly that return LocalRing Modifier and Type Method Description LocalRing<C>
Local. factory()
Get the corresponding element factory.Constructors in edu.jas.poly with parameters of type LocalRing Constructor Description Local(LocalRing<C> r)
The constructor creates a Local object from a ring factory.Local(LocalRing<C> r, C n)
The constructor creates a Local object from a ring factory and a numerator element.Local(LocalRing<C> r, C n, C d)
The constructor creates a Local object from a ring factory and a numerator and denominator element.Local(LocalRing<C> r, C n, C d, boolean isred)
The constructor creates a Local object from a ring factory and a numerator and denominator element.
-