C
- coefficient typepublic class GroebnerBaseSeq<C extends RingElem<C>> extends GroebnerBaseAbstract<C>
GBAlgorithmBuilder
,
GBFactory
,
Serialized Formblas, red, strategy
Constructor and Description |
---|
GroebnerBaseSeq()
Constructor.
|
GroebnerBaseSeq(PairList<C> pl)
Constructor.
|
GroebnerBaseSeq(Reduction<C> red)
Constructor.
|
GroebnerBaseSeq(Reduction<C> red,
PairList<C> pl)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExtendedGB<C> |
extGB(int modv,
java.util.List<GenPolynomial<C>> F)
Extended Groebner base using critical pair class.
|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> F)
Groebner base using pairlist class.
|
cancel, commonZeroTest, constructUnivariate, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, minimalGB, normalizeMatrix, normalizeZerosOnes, terminate, toString, univariateDegrees
public GroebnerBaseSeq()
public GroebnerBaseSeq(Reduction<C> red)
red
- Reduction enginepublic GroebnerBaseSeq(PairList<C> pl)
pl
- pair selection strategypublic GroebnerBaseSeq(Reduction<C> red, PairList<C> pl)
red
- Reduction enginepl
- pair selection strategypublic java.util.List<GenPolynomial<C>> GB(int modv, java.util.List<GenPolynomial<C>> F)
modv
- module variable number.F
- polynomial list.public ExtendedGB<C> extGB(int modv, java.util.List<GenPolynomial<C>> F)
extGB
in interface GroebnerBase<C extends RingElem<C>>
extGB
in class GroebnerBaseAbstract<C extends RingElem<C>>
modv
- module variable number.F
- polynomial list.