Package edu.jas.poly

Class RecSolvablePolynomialRing<C extends RingElem<C>>

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

public class RecSolvablePolynomialRing<C extends RingElem<C>> extends GenSolvablePolynomialRing<GenPolynomial<C>>
RecSolvablePolynomialRing 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 variables are maintained in a coefficient-polynomial relation table. Almost immutable object, except variable names and relation table contents.
See Also: