|
|||||||||
| 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.gbufd.RGroebnerBaseSeq<C>
C - coefficient typepublic class RGroebnerBaseSeq<C extends RegularRingElem<C>>
Regular ring Groebner Base sequential algorithm. Implements R-Groebner bases and GB test.
| Field Summary | |
|---|---|
protected RReduction<C> |
red
Reduction engine. |
| Fields inherited from class edu.jas.gb.GroebnerBaseAbstract |
|---|
blas, strategy |
| Constructor Summary | |
|---|---|
RGroebnerBaseSeq()
Constructor. |
|
RGroebnerBaseSeq(RReduction<C> red)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> F)
R-Groebner base using pairlist class. |
boolean |
isGB(int modv,
java.util.List<GenPolynomial<C>> F)
R-Groebner base test. |
java.util.List<GenPolynomial<C>> |
minimalGB(java.util.List<GenPolynomial<C>> Gp)
Minimal ordered Groebner basis. |
| Methods inherited from class edu.jas.gb.GroebnerBaseAbstract |
|---|
cancel, commonZeroTest, extGB, extGB, GB, isGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, normalizeMatrix, terminate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RReduction<C extends RegularRingElem<C>> red
| Constructor Detail |
|---|
public RGroebnerBaseSeq()
public RGroebnerBaseSeq(RReduction<C> red)
red - R-Reduction engine| Method Detail |
|---|
public boolean isGB(int modv,
java.util.List<GenPolynomial<C>> F)
isGB in interface GroebnerBase<C extends RegularRingElem<C>>isGB in class GroebnerBaseAbstract<C extends RegularRingElem<C>>modv - module variable number.F - polynomial list.
public 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>> minimalGB(java.util.List<GenPolynomial<C>> Gp)
minimalGB in interface GroebnerBase<C extends RegularRingElem<C>>minimalGB in class GroebnerBaseAbstract<C extends RegularRingElem<C>>Gp - a Groebner base.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||