C - coefficient typepublic class SolvableGroebnerBaseSeqPairParallel<C extends RingElem<C>> extends SolvableGroebnerBaseAbstract<C>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ExecutorService |
pool
Pool of threads to use.
|
protected int |
threads
Number of threads to use.
|
| Constructor and Description |
|---|
SolvableGroebnerBaseSeqPairParallel()
Constructor.
|
SolvableGroebnerBaseSeqPairParallel(int threads)
Constructor.
|
SolvableGroebnerBaseSeqPairParallel(int threads,
java.util.concurrent.ExecutorService pool)
Constructor.
|
SolvableGroebnerBaseSeqPairParallel(int threads,
java.util.concurrent.ExecutorService pool,
SolvableReduction<C> sred)
Constructor.
|
SolvableGroebnerBaseSeqPairParallel(int threads,
SolvableReduction<C> red)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cancel()
Cancel ExecutorService.
|
SolvableExtendedGB<C> |
extLeftGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Solvable Extended Groebner base using critical pair class.
|
java.util.List<GenSolvablePolynomial<C>> |
leftGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Parallel Groebner base using sequential pair order class.
|
java.util.List<GenSolvablePolynomial<C>> |
leftMinimalGB(java.util.List<GenSolvablePolynomial<C>> Fp)
Minimal ordered groebner basis, parallel.
|
void |
terminate()
Cleanup and terminate ExecutorService.
|
java.util.List<GenSolvablePolynomial<C>> |
twosidedGB(int modv,
java.util.List<GenSolvablePolynomial<C>> Fp)
Twosided Groebner base using pairlist class.
|
commonZeroTest, constructUnivariate, constructUnivariate, extLeftGB, isLeftGB, isLeftGB, isLeftGB, isLeftGB, isLeftGB, isLeftGB, isLeftGBidem, isLeftGBsimple, isLeftReductionMatrix, isLeftReductionMatrix, isRightGB, isRightGB, isRightGB, isRightGB, isRightGBidem, isRightGBidem, isTwosidedGB, isTwosidedGB, isTwosidedGB, isTwosidedGB, isTwosidedGBidem, isTwosidedGBidem, leftGB, leftGB, leftGB, normalizeZerosOnes, rightGB, rightGB, rightGB, rightMinimalGB, twosidedGB, twosidedGB, twosidedGB, univariateDegreesprotected final int threads
protected final transient java.util.concurrent.ExecutorService pool
public SolvableGroebnerBaseSeqPairParallel()
public SolvableGroebnerBaseSeqPairParallel(int threads)
threads - number of threads to use.public SolvableGroebnerBaseSeqPairParallel(int threads, java.util.concurrent.ExecutorService pool)
threads - number of threads to use.pool - ExecutorService to use.public SolvableGroebnerBaseSeqPairParallel(int threads, SolvableReduction<C> red)
threads - number of threads to use.red - parallelism aware reduction enginepublic SolvableGroebnerBaseSeqPairParallel(int threads, java.util.concurrent.ExecutorService pool, SolvableReduction<C> sred)
threads - number of threads to use.pool - ExecutorService to use.sred - parallelism aware reduction enginepublic void terminate()
terminate in class SolvableGroebnerBaseAbstract<C extends RingElem<C>>public int cancel()
cancel in class SolvableGroebnerBaseAbstract<C extends RingElem<C>>public java.util.List<GenSolvablePolynomial<C>> leftGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv - number of module variables.F - polynomial list.public java.util.List<GenSolvablePolynomial<C>> leftMinimalGB(java.util.List<GenSolvablePolynomial<C>> Fp)
leftMinimalGB in interface SolvableGroebnerBase<C extends RingElem<C>>leftMinimalGB in class SolvableGroebnerBaseAbstract<C extends RingElem<C>>Fp - a Groebner base.public SolvableExtendedGB<C> extLeftGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
extLeftGB in interface SolvableGroebnerBase<C extends RingElem<C>>extLeftGB in class SolvableGroebnerBaseAbstract<C extends RingElem<C>>modv - module variable number.F - solvable polynomial list.public java.util.List<GenSolvablePolynomial<C>> twosidedGB(int modv, java.util.List<GenSolvablePolynomial<C>> Fp)
modv - number of module variables.Fp - solvable polynomial list.