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