Uses of Class
edu.jas.poly.ResidueRing
-
Packages that use ResidueRing Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of ResidueRing in edu.jas.poly
Fields in edu.jas.poly declared as ResidueRing Modifier and Type Field Description protected ResidueRing<C>
Residue. ring
Residue class factory data structure.Methods in edu.jas.poly that return ResidueRing Modifier and Type Method Description ResidueRing<C>
Residue. factory()
Get the corresponding element factory.Constructors in edu.jas.poly with parameters of type ResidueRing Constructor Description Residue(ResidueRing<C> r)
The constructor creates a Residue object from a ring factory.Residue(ResidueRing<C> r, C a)
The constructor creates a Residue object from a ring factory and a ring element.Residue(ResidueRing<C> r, C a, int u)
The constructor creates a Residue object from a ring factory, a ring element and an indicator if a is a unit.
-