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>, java.io.Serializable
public class EGroebnerBaseSeq<C extends RingElem<C>> extends DGroebnerBaseSeq<C>
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class edu.jas.gb.GroebnerBaseAbstract
blas, red, strategy
-
-
Constructor Summary
Constructors Constructor and Description EGroebnerBaseSeq()Constructor.EGroebnerBaseSeq(EReductionSeq<C> ered)Constructor.
-
Method Summary
-
Methods inherited from class edu.jas.gb.DGroebnerBaseSeq
GB, isGB
-
Methods inherited from class edu.jas.gb.GroebnerBaseAbstract
cancel, commonZeroTest, constructUnivariate, extGB, extGB, GB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, minimalGB, normalizeMatrix, terminate, toString, univariateDegrees
-
-
-
-
Constructor Detail
-
EGroebnerBaseSeq
public EGroebnerBaseSeq()
Constructor.
-
EGroebnerBaseSeq
public EGroebnerBaseSeq(EReductionSeq<C> ered)
Constructor.- Parameters:
ered- E-Reduction engine
-
-
DMelt 3.0 © DataMelt by jWork.ORG