|
|||||||||
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.DGroebnerBaseSeq<C>
edu.jas.gb.EGroebnerBaseSeq<C>
C
- coefficient typepublic class EGroebnerBaseSeq<C extends RingElem<C>>
E-Groebner Base sequential algorithm. Nearly empty class, only the e-reduction is used instead of d-reduction. Note: Minimal reduced GBs are again unique. see BWK, section 10.1.
Field Summary | |
---|---|
protected EReduction<C> |
red
Reduction engine. |
Fields inherited from class edu.jas.gb.GroebnerBaseAbstract |
---|
blas, strategy |
Constructor Summary | |
---|---|
EGroebnerBaseSeq()
Constructor. |
|
EGroebnerBaseSeq(EReductionSeq<C> red)
Constructor. |
Method Summary |
---|
Methods inherited from class edu.jas.gb.DGroebnerBaseSeq |
---|
GB, isGB |
Methods inherited from class edu.jas.gb.GroebnerBaseAbstract |
---|
cancel, commonZeroTest, extGB, extGB, GB, 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 |
Field Detail |
---|
protected EReduction<C extends RingElem<C>> red
Constructor Detail |
---|
public EGroebnerBaseSeq()
public EGroebnerBaseSeq(EReductionSeq<C> red)
red
- E-Reduction engine
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |