C
- coefficient typepublic class GroebnerBaseSeqIter<C extends RingElem<C>> extends GroebnerBaseAbstract<C>
GBAlgorithmBuilder
,
GBFactory
,
Serialized Formblas, red, strategy
Constructor and Description |
---|
GroebnerBaseSeqIter()
Constructor.
|
GroebnerBaseSeqIter(PairList<C> pl)
Constructor.
|
GroebnerBaseSeqIter(Reduction<C> red)
Constructor.
|
GroebnerBaseSeqIter(Reduction<C> red,
PairList<C> pl)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> F)
Groebner base using pairlist class, iterative algorithm.
|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> G,
GenPolynomial<C> f)
Groebner base using pairlist class.
|
cancel, commonZeroTest, constructUnivariate, extGB, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, minimalGB, normalizeMatrix, normalizeZerosOnes, terminate, toString, univariateDegrees
public GroebnerBaseSeqIter()
public GroebnerBaseSeqIter(Reduction<C> red)
red
- Reduction enginepublic GroebnerBaseSeqIter(PairList<C> pl)
pl
- pair selection strategypublic GroebnerBaseSeqIter(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 java.util.List<GenPolynomial<C>> GB(int modv, java.util.List<GenPolynomial<C>> G, GenPolynomial<C> f)
modv
- module variable number.G
- polynomial list of a Groebner base.f
- polynomial.