Package edu.jas.gbufd

Class SolvableGroebnerBasePseudoSeq<C extends GcdRingElem<C>>

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

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