Package edu.jas.gbufd

Class GroebnerBasePseudoRecSeq<C extends GcdRingElem<C>>

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

public class GroebnerBasePseudoRecSeq<C extends GcdRingElem<C>> extends GroebnerBaseAbstract<GenPolynomial<C>>
Groebner Base with pseudo reduction sequential algorithm for integral function coefficients. Implements polynomial fraction free coefficients Groebner bases. Coefficients can for example be (commutative) multivariate polynomials.
See Also: