Class ModGroebnerBasePar<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.gbmod.ModGroebnerBaseAbstract<C>
edu.jas.gbmod.ModGroebnerBaseSeq<C>
edu.jas.gbmod.ModGroebnerBasePar<C>
- All Implemented Interfaces:
ModGroebnerBase<C>
Deprecated.
use respective methods from GroebnerBaseParallel
Module Groebner Bases sequential algorithm. Implements Groebner bases and GB
test.
-
Field Summary
Fields inherited from class ModGroebnerBaseSeq
bb -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor.Deprecated.Constructor. -
Method Summary
Methods inherited from class ModGroebnerBaseSeq
GB, isGBMethods inherited from class ModGroebnerBaseAbstract
GB, isGB
-
Constructor Details
-
ModGroebnerBasePar
Deprecated.Constructor.- Parameters:
cf- coefficient ring.
-
ModGroebnerBasePar
Deprecated.Constructor.- Parameters:
bb- Groebner base algorithm.
-
-
Method Details
-
terminate
public void terminate()Deprecated.Cleanup and terminate ThreadPool.- Overrides:
terminatein classModGroebnerBaseAbstract<C extends GcdRingElem<C>>
-
cancel
public int cancel()Deprecated.Cancel ThreadPool.- Overrides:
cancelin classModGroebnerBaseAbstract<C extends GcdRingElem<C>>
-