|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.ring.GroebnerBaseDistributed
public class GroebnerBaseDistributed
Groebner Base Distributed class. Implements a distributed memory parallel version of Groebner bases.
Constructor Summary | |
---|---|
GroebnerBaseDistributed()
|
Method Summary | |
---|---|
static java.util.ArrayList |
DIGBMI(java.util.List F,
ThreadPool T)
Minimal ordered groebner basis, distributed. |
static java.util.ArrayList |
DIGBMIServer(java.util.List Fp,
ThreadPool T)
|
static java.util.ArrayList |
DIRPGB(java.util.List F,
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 F,
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 GroebnerBaseDistributed()
Method Detail |
---|
public static java.util.ArrayList DIRPGB(java.util.List F, int threads)
public static java.util.ArrayList DIRPGBServer(java.util.List F, 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 F, ThreadPool T)
public static java.util.ArrayList DIGBMIServer(java.util.List Fp, ThreadPool T)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |