Class RGroebnerBaseSeq<C extends RegularRingElem<C>>
java.lang.Object
edu.jas.gb.GroebnerBaseAbstract<C>
edu.jas.gbufd.RGroebnerBaseSeq<C>
- Type Parameters:
C- coefficient type
- All Implemented Interfaces:
GroebnerBase<C>, Serializable
- Direct Known Subclasses:
RGroebnerBasePseudoSeq
Regular ring Groebner Base sequential algorithm. Implements R-Groebner bases
and GB test.
- Author:
- Heinz Kredel
- See Also:
-
Field Summary
FieldsFields inherited from class GroebnerBaseAbstract
blas, red, strategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGB(int modv, List<GenPolynomial<C>> F) R-Groebner base using pairlist class.booleanisGB(int modv, List<GenPolynomial<C>> F) R-Groebner base test.minimalGB(List<GenPolynomial<C>> Gp) Minimal ordered Groebner basis.Methods inherited from class GroebnerBaseAbstract
cancel, commonZeroTest, constructUnivariate, extGB, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isMinReductionMatrix, isMinReductionMatrix, isReductionMatrix, isReductionMatrix, minimalExtendedGB, normalizeMatrix, normalizeZerosOnes, terminate, toString, univariateDegrees
-
Field Details
-
rred
Reduction engine.
-
-
Constructor Details
-
RGroebnerBaseSeq
public RGroebnerBaseSeq()Constructor. -
RGroebnerBaseSeq
-
-
Method Details
-
isGB
R-Groebner base test.- Specified by:
isGBin interfaceGroebnerBase<C extends RegularRingElem<C>>- Overrides:
isGBin classGroebnerBaseAbstract<C extends RegularRingElem<C>>- Parameters:
modv- module variable number.F- polynomial list.- Returns:
- true, if F is a R-Groebner base, else false.
-
GB
R-Groebner base using pairlist class.- Parameters:
modv- module variable number.F- polynomial list.- Returns:
- GB(F) a R-Groebner base of F.
-
minimalGB
Minimal ordered Groebner basis.- Specified by:
minimalGBin interfaceGroebnerBase<C extends RegularRingElem<C>>- Overrides:
minimalGBin classGroebnerBaseAbstract<C extends RegularRingElem<C>>- Parameters:
Gp- a Groebner base.- Returns:
- a reduced Groebner base of Gp.
-