Package edu.jas.gb

Class WordReductionAbstract<C extends RingElem<C>>

java.lang.Object
edu.jas.gb.WordReductionAbstract<C>
Type Parameters:
C - coefficient type
All Implemented Interfaces:
WordReduction<C>, Serializable
Direct Known Subclasses:
WordPseudoReductionSeq, WordReductionSeq

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