C - coefficient type@Deprecated public class GroebnerBaseSeqPairDistributed<C extends RingElem<C>> extends GroebnerBaseAbstract<C>
GroebnerBaseDistributedEC,
GroebnerBaseDistributedHybridEC,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_PORT
Deprecated.
Default server port.
|
protected static int |
DEFAULT_THREADS
Deprecated.
Default number of threads.
|
protected java.util.concurrent.ExecutorService |
pool
Deprecated.
Pool of threads to use.
|
protected int |
port
Deprecated.
Server port to use.
|
protected int |
threads
Deprecated.
Number of threads to use.
|
blas, red, strategy| Constructor and Description |
|---|
GroebnerBaseSeqPairDistributed()
Deprecated.
Constructor.
|
GroebnerBaseSeqPairDistributed(int threads)
Deprecated.
Constructor.
|
GroebnerBaseSeqPairDistributed(int threads,
java.util.concurrent.ExecutorService pool,
int port)
Deprecated.
Constructor.
|
GroebnerBaseSeqPairDistributed(int threads,
java.util.concurrent.ExecutorService pool,
int port,
Reduction<C> red)
Deprecated.
Constructor.
|
GroebnerBaseSeqPairDistributed(int threads,
int port)
Deprecated.
Constructor.
|
GroebnerBaseSeqPairDistributed(int threads,
int port,
Reduction<C> red)
Deprecated.
Constructor.
|
GroebnerBaseSeqPairDistributed(int threads,
Reduction<C> red)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clientPart(java.lang.String host)
Deprecated.
GB distributed client.
|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> F)
Deprecated.
Distributed Groebner base.
|
java.util.List<GenPolynomial<C>> |
minimalGB(java.util.List<GenPolynomial<C>> Fp)
Deprecated.
Minimal ordered groebner basis.
|
void |
terminate()
Deprecated.
Cleanup and terminate ExecutorService.
|
cancel, commonZeroTest, constructUnivariate, extGB, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, normalizeMatrix, normalizeZerosOnes, toString, univariateDegreesprotected final int threads
protected static final int DEFAULT_THREADS
protected final transient java.util.concurrent.ExecutorService pool
protected static final int DEFAULT_PORT
protected final int port
public GroebnerBaseSeqPairDistributed()
public GroebnerBaseSeqPairDistributed(int threads)
threads - number of threads to use.public GroebnerBaseSeqPairDistributed(int threads, Reduction<C> red)
threads - number of threads to use.red - parallelism aware reduction enginepublic GroebnerBaseSeqPairDistributed(int threads, int port, Reduction<C> red)
threads - number of threads to use.port - server port to use.red - parallelism aware reduction enginepublic GroebnerBaseSeqPairDistributed(int threads, int port)
threads - number of threads to use.port - server port to use.public GroebnerBaseSeqPairDistributed(int threads, java.util.concurrent.ExecutorService pool, int port)
threads - number of threads to use.pool - ExecutorService to use.port - server port to use.public GroebnerBaseSeqPairDistributed(int threads, java.util.concurrent.ExecutorService pool, int port, Reduction<C> red)
threads - number of threads to use.pool - ExecutorService to use.port - server port to use.red - parallelism aware reduction enginepublic void terminate()
terminate in class GroebnerBaseAbstract<C extends RingElem<C>>public java.util.List<GenPolynomial<C>> GB(int modv, java.util.List<GenPolynomial<C>> F)
modv - number of module variables.F - polynomial list.public void clientPart(java.lang.String host) throws java.io.IOException
host - the server runns on.java.io.IOExceptionpublic java.util.List<GenPolynomial<C>> minimalGB(java.util.List<GenPolynomial<C>> Fp)
minimalGB in interface GroebnerBase<C extends RingElem<C>>minimalGB in class GroebnerBaseAbstract<C extends RingElem<C>>Fp - a Groebner base.