Package edu.jas.gbufd

Class GroebnerBaseQuotient<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.gb.GroebnerBaseAbstract<Quotient<C>>
edu.jas.gbufd.GroebnerBaseQuotient<C>
Type Parameters:
C - Quotient coefficient type
All Implemented Interfaces:
GroebnerBase<Quotient<C>>, Serializable

public class GroebnerBaseQuotient<C extends GcdRingElem<C>> extends GroebnerBaseAbstract<Quotient<C>>
Groebner Base sequential algorithm for rational function coefficients, fraction free computation. Implements Groebner bases.
See Also: