public class SGBProxy<C extends GcdRingElem<C>> extends SolvableGroebnerBaseAbstract<C>
Modifier and Type | Field and Description |
---|---|
SolvableGroebnerBaseAbstract<C> |
e1
GB engines.
|
SolvableGroebnerBaseAbstract<C> |
e2 |
protected java.util.concurrent.ExecutorService |
pool
Thread pool.
|
Constructor and Description |
---|
SGBProxy(SolvableGroebnerBaseAbstract<C> e1,
SolvableGroebnerBaseAbstract<C> e2)
Proxy constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
cancel()
Cancel ThreadPool.
|
java.util.List<GenSolvablePolynomial<C>> |
leftGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Groebner base.
|
java.util.List<GenSolvablePolynomial<C>> |
rightGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Right Groebner base.
|
void |
terminate()
Cleanup and terminate ThreadPool.
|
java.lang.String |
toString()
Get the String representation with GB engines.
|
java.util.List<GenSolvablePolynomial<C>> |
twosidedGB(int modv,
java.util.List<GenSolvablePolynomial<C>> F)
Groebner base.
|
commonZeroTest, constructUnivariate, constructUnivariate, extLeftGB, 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, leftMinimalGB, normalizeZerosOnes, rightGB, rightGB, rightMinimalGB, twosidedGB, twosidedGB, twosidedGB, univariateDegrees
public final SolvableGroebnerBaseAbstract<C extends GcdRingElem<C>> e1
public final SolvableGroebnerBaseAbstract<C extends GcdRingElem<C>> e2
protected transient java.util.concurrent.ExecutorService pool
public SGBProxy(SolvableGroebnerBaseAbstract<C> e1, SolvableGroebnerBaseAbstract<C> e2)
e1
- Groebner base engine.e2
- Groebner base engine.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public void terminate()
terminate
in class SolvableGroebnerBaseAbstract<C extends GcdRingElem<C>>
public int cancel()
cancel
in class SolvableGroebnerBaseAbstract<C extends GcdRingElem<C>>
public java.util.List<GenSolvablePolynomial<C>> leftGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv
- module variable number.F
- polynomial list.public java.util.List<GenSolvablePolynomial<C>> rightGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
rightGB
in interface SolvableGroebnerBase<C extends GcdRingElem<C>>
rightGB
in class SolvableGroebnerBaseAbstract<C extends GcdRingElem<C>>
modv
- module variable number.F
- polynomial list.public java.util.List<GenSolvablePolynomial<C>> twosidedGB(int modv, java.util.List<GenSolvablePolynomial<C>> F)
modv
- module variable number.F
- polynomial list.