Package edu.jas.fd

Class SolvableQuotient<C extends GcdRingElem<C>>

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

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