Interface SigReduction<C extends RingElem<C>>
- Type Parameters:
C- coefficient type
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SigReductionSeq
Polynomial SigReduction interface. Defines S-Polynomial, normalform with
respect to signatures.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIs in Normalform.booleanIs top reducible.sigNormalform(List<GenPolynomial<C>> F, List<SigPoly<C>> G, SigPoly<C> A) Normalform.SPolynomial(SigPoly<C> Ap, SigPoly<C> Bp) S-Polynomial.
-
Method Details
-
SPolynomial
-
isSigReducible
-
isSigNormalform
-
sigNormalform
-