Package edu.jas.gbmod
Class ModSolvableGroebnerBasePar<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.gbmod.ModSolvableGroebnerBaseAbstract<C>
edu.jas.gbmod.ModSolvableGroebnerBaseSeq<C>
edu.jas.gbmod.ModSolvableGroebnerBasePar<C>
- Type Parameters:
C
- coefficient type
- All Implemented Interfaces:
ModSolvableGroebnerBase<C>
,Serializable
@Deprecated
public class ModSolvableGroebnerBasePar<C extends GcdRingElem<C>>
extends ModSolvableGroebnerBaseSeq<C>
Deprecated.
use respective methods from SolvableGroebnerBaseParallel
Module solvable Groebner Bases parallel class. Implements module solvable
Groebner bases and GB test.
- See Also:
-
Field Summary
Fields inherited from class edu.jas.gbmod.ModSolvableGroebnerBaseSeq
sbb
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor.Deprecated.Constructor. -
Method Summary
Methods inherited from class edu.jas.gbmod.ModSolvableGroebnerBaseSeq
isLeftGB, isRightGB, isTwosidedGB, leftGB, rightGB, twosidedGB
Methods inherited from class edu.jas.gbmod.ModSolvableGroebnerBaseAbstract
isLeftGB, isRightGB, isTwosidedGB, leftGB, rightGB, twosidedGB
-
Constructor Details
-
ModSolvableGroebnerBasePar
Deprecated.Constructor.- Parameters:
cf
- coefficient ring.
-
ModSolvableGroebnerBasePar
Deprecated.Constructor.- Parameters:
sbb
- parallel solvable Groebner base algorithm.
-
-
Method Details
-
terminate
public void terminate()Deprecated.Cleanup and terminate ThreadPool.- Overrides:
terminate
in classModSolvableGroebnerBaseAbstract<C extends GcdRingElem<C>>
-
cancel
public int cancel()Deprecated.Cancel ThreadPool.- Overrides:
cancel
in classModSolvableGroebnerBaseAbstract<C extends GcdRingElem<C>>
-