Package edu.jas.poly

Class Quotient<C extends RingElem<C>>

java.lang.Object
edu.jas.poly.Quotient<C>
All Implemented Interfaces:
AbelianGroupElem<Quotient<C>>, Element<Quotient<C>>, MonoidElem<Quotient<C>>, QuotPair<C>, RingElem<Quotient<C>>, Serializable, Comparable<Quotient<C>>

public class Quotient<C extends RingElem<C>> extends Object implements RingElem<Quotient<C>>, QuotPair<C>
Quotient element based on RingElem pairs. Objects of this class are immutable.
See Also: