|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.ring.GroebnerBaseDistributedPS
public class GroebnerBaseDistributedPS
Groebner Base Distributed class. Implements a distributed memory parallel version of Groebner bases.
Nested Class Summary | |
---|---|
(package private) static class |
GroebnerBaseDistributedPS.MiReducerClientPS
distributed clients reducing worker threads for minimal GB |
(package private) static class |
GroebnerBaseDistributedPS.MiReducerServerPS
distributed server reducing worker threads for minimal GB |
(package private) static class |
GroebnerBaseDistributedPS.ReducerClientPS
distributed clients reducing worker threads |
(package private) static class |
GroebnerBaseDistributedPS.ReducerServerPS
distributed server reducing worker threads |
Constructor Summary | |
---|---|
GroebnerBaseDistributedPS()
|
Method Summary | |
---|---|
static java.util.ArrayList |
DIGBMI(java.util.List Pp,
ThreadPool T)
Minimal ordered groebner basis, distributed. |
static java.util.ArrayList |
DIGBMIServer(java.util.List Pp,
ThreadPool T)
|
static java.util.ArrayList |
DIRPGB(java.util.List Pp,
int threads)
Distributed Groebner base using pairlist class. |
static void |
DIRPGBClient(java.lang.String host,
int port)
GB distributed client |
static java.util.ArrayList |
DIRPGBServer(java.util.List Pp,
int threads,
int port)
GB distributed server |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroebnerBaseDistributedPS()
Method Detail |
---|
public static java.util.ArrayList DIRPGB(java.util.List Pp, int threads)
public static java.util.ArrayList DIRPGBServer(java.util.List Pp, int threads, int port) throws java.io.IOException
java.io.IOException
public static void DIRPGBClient(java.lang.String host, int port) throws java.io.IOException
java.io.IOException
public static java.util.ArrayList DIGBMI(java.util.List Pp, ThreadPool T)
public static java.util.ArrayList DIGBMIServer(java.util.List Pp, ThreadPool T)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |