|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.gb.ReductionAbstract<C>
edu.jas.gbufd.RReductionSeq<C>
edu.jas.gbufd.RPseudoReductionSeq<C>
C
- coefficient typepublic class RPseudoReductionSeq<C extends RegularRingElem<C>>
Polynomial regular ring pseudo reduction sequential use algorithm. Implements fraction free normalform algorithm.
Constructor Summary | |
---|---|
RPseudoReductionSeq()
Constructor. |
Method Summary | |
---|---|
GenPolynomial<C> |
normalform(java.util.List<GenPolynomial<C>> Pp,
GenPolynomial<C> Ap)
Normalform using r-reduction. |
GenPolynomial<C> |
normalform(java.util.List<GenPolynomial<C>> row,
java.util.List<GenPolynomial<C>> Pp,
GenPolynomial<C> Ap)
Normalform with recording. |
PseudoReductionEntry<C> |
normalformFactor(java.util.List<GenPolynomial<C>> Pp,
GenPolynomial<C> Ap)
Normalform using r-reduction. |
Methods inherited from class edu.jas.gbufd.RReductionSeq |
---|
booleanClosure, booleanClosure, booleanRemainder, criterion4, criterion4, irreducibleSet, isBooleanClosed, isBooleanClosed, isNormalform, isReducedBooleanClosed, isStrongTopReducible, isTopReducible, reducedBooleanClosure, reducedBooleanClosure |
Methods inherited from class edu.jas.gb.ReductionAbstract |
---|
isNormalform, isReducible, isReductionNF, moduleCriterion, moduleCriterion, normalform, SPolynomial, SPolynomial |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.jas.gbufd.RReduction |
---|
booleanClosure, booleanRemainder, isBooleanClosed, isBooleanClosed, isStrongTopReducible, reducedBooleanClosure, reducedBooleanClosure |
Methods inherited from interface edu.jas.gb.Reduction |
---|
criterion4, criterion4, irreducibleSet, isNormalform, isNormalform, isReducible, isReductionNF, isTopReducible, moduleCriterion, moduleCriterion, normalform, SPolynomial, SPolynomial |
Constructor Detail |
---|
public RPseudoReductionSeq()
Method Detail |
---|
public GenPolynomial<C> normalform(java.util.List<GenPolynomial<C>> Pp, GenPolynomial<C> Ap)
normalform
in interface Reduction<C extends RegularRingElem<C>>
normalform
in class RReductionSeq<C extends RegularRingElem<C>>
Ap
- polynomial.Pp
- polynomial list.
public PseudoReductionEntry<C> normalformFactor(java.util.List<GenPolynomial<C>> Pp, GenPolynomial<C> Ap)
normalformFactor
in interface PseudoReduction<C extends RegularRingElem<C>>
Pp
- polynomial list.Ap
- polynomial.
public GenPolynomial<C> normalform(java.util.List<GenPolynomial<C>> row, java.util.List<GenPolynomial<C>> Pp, GenPolynomial<C> Ap)
m
with normalform(Pp,Ap,m)
, then call this
method with normalform(row,Pp,m*Ap)
.
normalform
in interface Reduction<C extends RegularRingElem<C>>
normalform
in class RReductionSeq<C extends RegularRingElem<C>>
row
- recording matrix, is modified.Pp
- a polynomial list for reduction.Ap
- a polynomial.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |