|
|||||||||
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>
edu.jas.gbufd.RGroebnerBasePseudoSeq<C>
C
- coefficient typepublic class RGroebnerBasePseudoSeq<C extends RegularRingElem<C>>
Regular ring Groebner Base with pseudo reduction sequential algorithm. Implements R-Groebner bases and GB test.
Field Summary | |
---|---|
protected RingFactory<C> |
cofac
Coefficient ring factory. |
protected GreatestCommonDivisorAbstract<C> |
engine
Greatest common divisor engine for coefficient content and primitive parts. |
protected RPseudoReduction<C> |
red
Pseudo reduction engine. |
Fields inherited from class edu.jas.gb.GroebnerBaseAbstract |
---|
blas, strategy |
Constructor Summary | |
---|---|
RGroebnerBasePseudoSeq(RingFactory<C> rf)
Constructor. |
|
RGroebnerBasePseudoSeq(RPseudoReduction<C> red,
RingFactory<C> rf)
Constructor. |
Method Summary | |
---|---|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> F)
R-Groebner base using pairlist class. |
java.util.List<GenPolynomial<C>> |
minimalGB(java.util.List<GenPolynomial<C>> Gp)
Minimal ordered Groebner basis. |
Methods inherited from class edu.jas.gbufd.RGroebnerBaseSeq |
---|
isGB |
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 final GreatestCommonDivisorAbstract<C extends RegularRingElem<C>> engine
protected final RPseudoReduction<C extends RegularRingElem<C>> red
protected final RingFactory<C extends RegularRingElem<C>> cofac
Constructor Detail |
---|
public RGroebnerBasePseudoSeq(RingFactory<C> rf)
rf
- coefficient ring factory.public RGroebnerBasePseudoSeq(RPseudoReduction<C> red, RingFactory<C> rf)
red
- R-pseudo-Reduction enginerf
- coefficient ring factory.Method Detail |
---|
public java.util.List<GenPolynomial<C>> GB(int modv, java.util.List<GenPolynomial<C>> F)
GB
in interface GroebnerBase<C extends RegularRingElem<C>>
GB
in class RGroebnerBaseSeq<C extends RegularRingElem<C>>
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 RGroebnerBaseSeq<C extends RegularRingElem<C>>
Gp
- a Groebner base.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |