Package edu.jas.gbufd

Class GroebnerBasePseudoRecParallel<C extends GcdRingElem<C>>

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

public class GroebnerBasePseudoRecParallel<C extends GcdRingElem<C>> extends GroebnerBaseAbstract<GenPolynomial<C>>
Groebner Base with recursive pseudo reduction multi-threaded parallel algorithm. Implements coefficient fraction free Groebner bases. Coefficients can for example be (commutative) multivariate polynomials.
See Also: