Uses of Class
edu.jas.application.LocalRing
Packages that use LocalRing
-
Uses of LocalRing in edu.jas.application
Fields in edu.jas.application declared as LocalRingMethods in edu.jas.application that return LocalRingConstructors in edu.jas.application with parameters of type LocalRingModifierConstructorDescriptionThe 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.protected
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.