Package edu.jas.ufd

Class Quotient<C extends GcdRingElem<C>>

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

public class Quotient<C extends GcdRingElem<C>> extends Object implements GcdRingElem<Quotient<C>>, QuotPair<GenPolynomial<C>>
Quotient, that is a rational function, based on GenPolynomial with RingElem interface. Objects of this class are immutable.
See Also: