Interface ModGroebnerBase<C extends RingElem<C>>
- All Known Implementing Classes:
ModGroebnerBaseAbstract, ModGroebnerBasePar, ModGroebnerBaseSeq
Deprecated.
use respective methods from GroebnerBase
Module Groebner Bases interface. Defines Groebner bases and GB test.
-
Method Summary
Modifier and TypeMethodDescriptionGB(int modv, List<GenPolynomial<C>> F) Deprecated.Groebner base using pairlist class.GB(ModuleList<C> M) Deprecated.GB.booleanisGB(int modv, List<GenPolynomial<C>> F) Deprecated.Module Groebner base test.booleanisGB(ModuleList<C> M) Deprecated.isGB.
-
Method Details
-
isGB
-
isGB
Deprecated.isGB.- Parameters:
M- a module basis.- Returns:
- true, if M is a Groebner base, else false.
-
GB
Deprecated.Groebner base using pairlist class. -
GB
Deprecated.GB.- Parameters:
M- a module basis.- Returns:
- GB(M), a Groebner base of M.
-