Package edu.jas.gb

Class WordReductionAbstract<C extends RingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    WordReduction<C>, java.io.Serializable
    Direct Known Subclasses:
    WordPseudoReductionSeq, WordReductionSeq

    public abstract class WordReductionAbstract<C extends RingElem<C>>
    extends java.lang.Object
    implements WordReduction<C>
    Polynomial word reduction abstract class. Implements common S-Polynomial, normalform, module criterion and irreducible set.
    See Also:
    Serialized Form