Package edu.jas.gbufd

Class SolvableGroebnerBasePseudoRecSeq<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.gb.SolvableGroebnerBaseAbstract<GenPolynomial<C>>
edu.jas.gbufd.SolvableGroebnerBasePseudoRecSeq<C>
Type Parameters:
C - coefficient type
All Implemented Interfaces:
SolvableGroebnerBase<GenPolynomial<C>>, Serializable

public class SolvableGroebnerBasePseudoRecSeq<C extends GcdRingElem<C>> extends SolvableGroebnerBaseAbstract<GenPolynomial<C>>
Solvable Groebner Base with pseudo reduction sequential algorithm. Implements coefficient fraction free Groebner bases. Coefficients can for example be (commutative) multivariate polynomials.
See Also: