Package edu.jas.fd

Class SolvableQuotientRing<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.fd.SolvableQuotientRing<C>
All Implemented Interfaces:
AbelianGroupFactory<SolvableQuotient<C>>, ElemFactory<SolvableQuotient<C>>, MonoidFactory<SolvableQuotient<C>>, QuotPairFactory<GenPolynomial<C>,SolvableQuotient<C>>, RingFactory<SolvableQuotient<C>>, Serializable

public class SolvableQuotientRing<C extends GcdRingElem<C>> extends Object implements RingFactory<SolvableQuotient<C>>, QuotPairFactory<GenPolynomial<C>,SolvableQuotient<C>>
SolvableQuotient ring factory based on GenPolynomial with RingElem interface. Objects of this class are immutable.
See Also: