|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.gb.GroebnerBaseAbstract<C>
edu.jas.gb.GBProxy<C>
public class GBProxy<C extends GcdRingElem<C>>
Groebner bases parallel proxy.
Field Summary | |
---|---|
GroebnerBaseAbstract<C> |
e1
GB engines. |
GroebnerBaseAbstract<C> |
e2
|
protected java.util.concurrent.ExecutorService |
pool
Thread pool. |
Fields inherited from class edu.jas.gb.GroebnerBaseAbstract |
---|
blas, red, strategy |
Constructor Summary | |
---|---|
GBProxy(GroebnerBaseAbstract<C> e1,
GroebnerBaseAbstract<C> e2)
Proxy constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class edu.jas.gb.GroebnerBaseAbstract |
---|
commonZeroTest, extGB, extGB, GB, isGB, isGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, minimalGB, normalizeMatrix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final GroebnerBaseAbstract<C extends GcdRingElem<C>> e1
public final GroebnerBaseAbstract<C extends GcdRingElem<C>> e2
protected java.util.concurrent.ExecutorService pool
Constructor Detail |
---|
public GBProxy(GroebnerBaseAbstract<C> e1, GroebnerBaseAbstract<C> e2)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |