Uses of Class
edu.jas.fd.SolvableQuotientRing
Packages that use SolvableQuotientRing
-
Uses of SolvableQuotientRing in edu.jas.fd
Fields in edu.jas.fd declared as SolvableQuotientRingModifier and TypeFieldDescriptionfinal SolvableQuotientRing
<C> SolvableQuotient.ring
SolvableQuotient class factory data structure.Methods in edu.jas.fd that return SolvableQuotientRingModifier and TypeMethodDescriptionSolvableQuotient.factory()
Get the corresponding element factory.Constructors in edu.jas.fd with parameters of type SolvableQuotientRingModifierConstructorDescriptionThe constructor creates a SolvableQuotient object from a ring factory.The constructor creates a SolvableQuotient object from a ring factory and a numerator polynomial.The constructor creates a SolvableQuotient object from a ring factory and a numerator and denominator solvable polynomial.protected
SolvableQuotient
(SolvableQuotientRing<C> r, GenSolvablePolynomial<C> n, GenSolvablePolynomial<C> d, boolean isred) The constructor creates a SolvableQuotient object from a ring factory and a numerator and denominator polynomial.