Package edu.jas.fd

Class QuotSolvablePolynomialRing<C extends GcdRingElem<C>>

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

public class QuotSolvablePolynomialRing<C extends GcdRingElem<C>> extends GenSolvablePolynomialRing<SolvableQuotient<C>>
QuotSolvablePolynomialRing 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. Will be deprecated use QLRSolvablePolynomialRing
See Also: