Uses of Class
edu.jas.poly.LocalRing

Packages that use LocalRing
Package
Description
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 final LocalRing<C>
    Local.ring
    Local class factory data structure.
    Methods in edu.jas.poly that return LocalRing
    Modifier and Type
    Method
    Description
    Local.factory()
    Get the corresponding element factory.
    Constructors in edu.jas.poly with parameters of type LocalRing
    Modifier
    Constructor
    Description
     
    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.
    protected
    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.