Package edu.jas.gbmod
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 edu.jas.gbmod.ModGroebnerBaseSeq
bb
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor.Deprecated.Constructor. -
Method Summary
Methods inherited from class edu.jas.gbmod.ModGroebnerBaseSeq
GB, isGB
Methods inherited from class edu.jas.gbmod.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:
terminate
in classModGroebnerBaseAbstract<C extends GcdRingElem<C>>
-
cancel
public int cancel()Deprecated.Cancel ThreadPool.- Overrides:
cancel
in classModGroebnerBaseAbstract<C extends GcdRingElem<C>>
-