Uses of Class
edu.jas.poly.QuotientRing
Packages that use QuotientRing
-
Uses of QuotientRing in edu.jas.poly
Fields in edu.jas.poly declared as QuotientRingModifier and TypeFieldDescriptionfinal QuotientRing
<C> Quotient.ring
Quotient class factory data structure.Methods in edu.jas.poly that return QuotientRingConstructors in edu.jas.poly with parameters of type QuotientRingModifierConstructorDescriptionQuotient
(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.protected
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.