Package edu.jas.gb
Class EGroebnerBaseSeq<C extends RingElem<C>>
java.lang.Object
edu.jas.gb.GroebnerBaseAbstract<C>
edu.jas.gb.DGroebnerBaseSeq<C>
edu.jas.gb.EGroebnerBaseSeq<C>
- Type Parameters:
C
- coefficient type
- All Implemented Interfaces:
GroebnerBase<C>
,Serializable
E-Groebner Base sequential algorithm. Nearly empty class, only the
e-reduction is used instead of d-reduction. Note: Minimal reduced GBs
are again unique. see BWK, section 10.1.
- See Also:
-
Field Summary
FieldsFields inherited from class edu.jas.gb.DGroebnerBaseSeq
dred
Fields inherited from class edu.jas.gb.GroebnerBaseAbstract
blas, red, strategy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.jas.gb.DGroebnerBaseSeq
extGB, GB, inverse, isGB, minimalExtendedGB
Methods inherited from class edu.jas.gb.GroebnerBaseAbstract
cancel, commonZeroTest, constructUnivariate, criterion3, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isMinReductionMatrix, isMinReductionMatrix, isReductionMatrix, isReductionMatrix, minimalGB, normalizeMatrix, normalizeZerosOnes, terminate, toString, univariateDegrees
-
Field Details
-
ered
Reduction engine.
-
-
Constructor Details
-
EGroebnerBaseSeq
public EGroebnerBaseSeq()Constructor. -
EGroebnerBaseSeq
Constructor.- Parameters:
ered
- E-Reduction engine
-