Package edu.jas.ufd

Class QuotientRing<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.ufd.QuotientRing<C>
All Implemented Interfaces:
AbelianGroupFactory<Quotient<C>>, ElemFactory<Quotient<C>>, MonoidFactory<Quotient<C>>, QuotPairFactory<GenPolynomial<C>,Quotient<C>>, RingFactory<Quotient<C>>, Serializable

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