Package edu.jas.gbmod
Class ModGroebnerBaseSeq<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.gbmod.ModGroebnerBaseAbstract<C>
edu.jas.gbmod.ModGroebnerBaseSeq<C>
- All Implemented Interfaces:
ModGroebnerBase<C>
- Direct Known Subclasses:
ModGroebnerBasePar
@Deprecated
public class ModGroebnerBaseSeq<C extends GcdRingElem<C>>
extends ModGroebnerBaseAbstract<C>
Deprecated.
use respective methods from GroebnerBaseSeq
Module Groebner Bases sequential algorithm. Implements Groebner bases and GB
test.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final GroebnerBaseAbstract
<C> Deprecated.Used Groebner base algorithm. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor.Deprecated.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGB
(int modv, List<GenPolynomial<C>> F) Deprecated.Groebner base using pairlist class.boolean
isGB
(int modv, List<GenPolynomial<C>> F) Deprecated.Module Groebner base test.Methods inherited from class edu.jas.gbmod.ModGroebnerBaseAbstract
cancel, GB, isGB, terminate
-
Field Details
-
bb
Deprecated.Used Groebner base algorithm.
-
-
Constructor Details
-
ModGroebnerBaseSeq
Deprecated.Constructor.- Parameters:
cf
- coefficient ring.
-
ModGroebnerBaseSeq
Deprecated.Constructor.- Parameters:
bb
- Groebner base algorithm.
-
-
Method Details
-
isGB
Deprecated.Module Groebner base test. -
GB
Deprecated.Groebner base using pairlist class.
-