C - coefficient type@Deprecated public abstract class ModSolvableGroebnerBaseAbstract<C extends RingElem<C>> extends java.lang.Object implements ModSolvableGroebnerBase<C>
| Constructor and Description |
|---|
ModSolvableGroebnerBaseAbstract()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cancel()
Deprecated.
Cancel ThreadPool.
|
boolean |
isLeftGB(ModuleList<C> M)
Deprecated.
Module left Groebner base test.
|
boolean |
isRightGB(ModuleList<C> M)
Deprecated.
Module right Groebner base test.
|
boolean |
isTwosidedGB(ModuleList<C> M)
Deprecated.
Module twosided Groebner base test.
|
ModuleList<C> |
leftGB(ModuleList<C> M)
Deprecated.
Left Groebner base using pairlist class.
|
ModuleList<C> |
rightGB(ModuleList<C> M)
Deprecated.
Right Groebner base using pairlist class.
|
void |
terminate()
Deprecated.
Cleanup and terminate ThreadPool.
|
ModuleList<C> |
twosidedGB(ModuleList<C> M)
Deprecated.
Twosided Groebner base using pairlist class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisLeftGB, isRightGB, isTwosidedGB, leftGB, rightGB, twosidedGBpublic ModSolvableGroebnerBaseAbstract()
public boolean isLeftGB(ModuleList<C> M)
isLeftGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>M - a module basis.public ModuleList<C> leftGB(ModuleList<C> M)
leftGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>M - a module basis.public boolean isTwosidedGB(ModuleList<C> M)
isTwosidedGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>M - a module basis.public ModuleList<C> twosidedGB(ModuleList<C> M)
twosidedGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>M - a module basis.public boolean isRightGB(ModuleList<C> M)
isRightGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>M - a module basis.public ModuleList<C> rightGB(ModuleList<C> M)
rightGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>M - a module basis.public void terminate()
public int cancel()