|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.gb.GroebnerBaseAbstract<C>
edu.jas.gb.GroebnerBaseSeqPairSeq<C>
C - coefficient typepublic class GroebnerBaseSeqPairSeq<C extends RingElem<C>>
Groebner Base sequential algorithm. Implements Groebner bases and GB test. Uses sequential pair list class.
| Field Summary |
|---|
| Fields inherited from class edu.jas.gb.GroebnerBaseAbstract |
|---|
blas, red, strategy |
| Constructor Summary | |
|---|---|
GroebnerBaseSeqPairSeq()
Constructor. |
|
GroebnerBaseSeqPairSeq(Reduction<C> red)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class edu.jas.gb.GroebnerBaseAbstract |
|---|
cancel, commonZeroTest, extGB, GB, isGB, isGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, minimalGB, normalizeMatrix, terminate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroebnerBaseSeqPairSeq()
public GroebnerBaseSeqPairSeq(Reduction<C> red)
red - Reduction engine| Method Detail |
|---|
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||