Class ResidueSolvableWordPolynomialRing<C extends GcdRingElem<C>>

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

public class ResidueSolvableWordPolynomialRing<C extends GcdRingElem<C>> extends GenSolvablePolynomialRing<WordResidue<C>>
ResidueSolvableWordPolynomialRing solvable polynomial with word residue coefficients factory. It implements RingFactory and extends GenSolvablePolynomialRing factory. Factory for n-variate ordered solvable polynomials over non-commutative word 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.
See Also: