Class ResidueSolvablePolynomialRing<C extends GcdRingElem<C>>

Type Parameters:
C - coefficient type.
All Implemented Interfaces:
AbelianGroupFactory<GenPolynomial<SolvableResidue<C>>>, ElemFactory<GenPolynomial<SolvableResidue<C>>>, MonoidFactory<GenPolynomial<SolvableResidue<C>>>, RingFactory<GenPolynomial<SolvableResidue<C>>>, Serializable, Iterable<GenPolynomial<SolvableResidue<C>>>

public class ResidueSolvablePolynomialRing<C extends GcdRingElem<C>> extends GenSolvablePolynomialRing<SolvableResidue<C>>
ResidueSolvablePolynomialRing generic solvable polynomial with residue coefficients factory implementing RingFactory and extending GenSolvablePolynomialRing factory. Factory for n-variate ordered solvable polynomials over solvable residue coefficients. The non-commutative multiplication relations are maintained in a relation table and the non-commutative multiplication relations between the coefficients and the main variables are maintained in a coefficient relation table. Almost immutable object, except variable names and relation table contents. Will eventually be deprecated use QLRSolvablePolynomialRing.
See Also: