|
|||||||||
| 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.GroebnerBaseSeq<C>
C - coefficient typepublic class GroebnerBaseSeq<C extends RingElem<C>>
Groebner Base sequential algorithm. Implements Groebner bases and GB test.
| Field Summary |
|---|
| Fields inherited from class edu.jas.gb.GroebnerBaseAbstract |
|---|
blas, red, strategy |
| Constructor Summary | |
|---|---|
GroebnerBaseSeq()
Constructor. |
|
GroebnerBaseSeq(Reduction<C> red)
Constructor. |
|
GroebnerBaseSeq(Reduction<C> red,
PairList<C> pl)
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 GroebnerBaseSeq()
public GroebnerBaseSeq(Reduction<C> red)
red - Reduction engine
public GroebnerBaseSeq(Reduction<C> red,
PairList<C> pl)
red - Reduction enginepl - pair selection strategy| 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 | ||||||||