Class LocalSolvablePolynomialRing<C extends GcdRingElem<C>>

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

public class LocalSolvablePolynomialRing<C extends GcdRingElem<C>> extends GenSolvablePolynomialRing<SolvableLocal<C>>
LocalSolvablePolynomialRing generic recursive solvable polynomial factory implementing RingFactory and extending GenSolvablePolynomialRing factory. Factory for n-variate ordered solvable polynomials over solvable polynomial 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.
See Also: