Package edu.jas.poly

Class QuotientRing<C extends RingElem<C>>

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

public class QuotientRing<C extends RingElem<C>> extends Object implements RingFactory<Quotient<C>>, QuotPairFactory<C,Quotient<C>>
Quotient ring factory using RingElem and RingFactory. Objects of this class are immutable.
See Also: