|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.ring.GroebnerBaseAbstract<C>
edu.jas.ring.GroebnerBaseSeq<C>
public class GroebnerBaseSeq<C extends RingElem<C>>
Groebner Base sequential algorithm. Implements Groebner bases and GB test.
| Field Summary |
|---|
| Fields inherited from class edu.jas.ring.GroebnerBaseAbstract |
|---|
red |
| Constructor Summary | |
|---|---|
GroebnerBaseSeq()
Constructor. |
|
GroebnerBaseSeq(Reduction<C> red)
Constructor. |
|
| Method Summary | |
|---|---|
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.ring.GroebnerBaseAbstract |
|---|
extGB, extGB, GB, isGB, isGB, isReductionMatrix, isReductionMatrix, minimalGB |
| 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| Method Detail |
|---|
public java.util.List<GenPolynomial<C>> GB(int modv,
java.util.List<GenPolynomial<C>> F)
modv - module variable number.F - polynomial list.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||