@Deprecated public abstract class ModGroebnerBaseAbstract<C extends GcdRingElem<C>> extends java.lang.Object implements ModGroebnerBase<C>
| Constructor and Description |
|---|
ModGroebnerBaseAbstract()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cancel()
Deprecated.
Cancel ThreadPool.
|
ModuleList<C> |
GB(ModuleList<C> M)
Deprecated.
GB.
|
boolean |
isGB(ModuleList<C> M)
Deprecated.
isGB.
|
void |
terminate()
Deprecated.
Cleanup and terminate ThreadPool.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGB, isGBpublic ModGroebnerBaseAbstract()
public boolean isGB(ModuleList<C> M)
isGB in interface ModGroebnerBase<C extends GcdRingElem<C>>M - a module basis.public ModuleList<C> GB(ModuleList<C> M)
GB in interface ModGroebnerBase<C extends GcdRingElem<C>>M - a module basis.public void terminate()
public int cancel()