public class GBProxy<C extends GcdRingElem<C>> extends GroebnerBaseAbstract<C>
Modifier and Type | Field and Description |
---|---|
GroebnerBaseAbstract<C> |
e1
GB engines.
|
GroebnerBaseAbstract<C> |
e2 |
protected java.util.concurrent.ExecutorService |
pool
Thread pool.
|
blas, red, strategy
Constructor and Description |
---|
GBProxy(GroebnerBaseAbstract<C> e1,
GroebnerBaseAbstract<C> e2)
Proxy constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
cancel()
Cancel ThreadPool.
|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> F)
Groebner base.
|
void |
terminate()
Cleanup and terminate ThreadPool.
|
java.lang.String |
toString()
Get the String representation with GB engines.
|
commonZeroTest, constructUnivariate, extGB, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, minimalGB, normalizeMatrix, normalizeZerosOnes, univariateDegrees
public final GroebnerBaseAbstract<C extends GcdRingElem<C>> e1
public final GroebnerBaseAbstract<C extends GcdRingElem<C>> e2
protected transient java.util.concurrent.ExecutorService pool
public GBProxy(GroebnerBaseAbstract<C> e1, GroebnerBaseAbstract<C> e2)
e1
- Groebner base engine.e2
- Groebner base engine.public java.lang.String toString()
toString
in class GroebnerBaseAbstract<C extends GcdRingElem<C>>
Object.toString()
public void terminate()
terminate
in class GroebnerBaseAbstract<C extends GcdRingElem<C>>
public int cancel()
cancel
in class GroebnerBaseAbstract<C extends GcdRingElem<C>>
public java.util.List<GenPolynomial<C>> GB(int modv, java.util.List<GenPolynomial<C>> F)
modv
- module variable number.F
- polynomial list.