Uses of Class
edu.jas.application.LocalRing
-
Packages that use LocalRing Package Description edu.jas.application Groebner base application package. -
-
Uses of LocalRing in edu.jas.application
Fields in edu.jas.application declared as LocalRing Modifier and Type Field Description LocalRing<C>Local. ringLocal class factory data structure.Methods in edu.jas.application that return LocalRing Modifier and Type Method Description LocalRing<C>Local. factory()Get the corresponding element factory.Constructors in edu.jas.application 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, GenPolynomial<C> n)The constructor creates a Local object from a ring factory and a numerator polynomial.Local(LocalRing<C> r, GenPolynomial<C> n, GenPolynomial<C> d)The constructor creates a Local object from a ring factory and a numerator and denominator polynomial.Local(LocalRing<C> r, GenPolynomial<C> n, GenPolynomial<C> d, boolean isred)The constructor creates a Local object from a ring factory and a numerator and denominator polynomial.
-