Package edu.jas.gbufd

Interface WordPseudoReduction<C extends RingElem<C>>

Type Parameters:
C - coefficient type.
All Superinterfaces:
Serializable, WordReduction<C>
All Known Implementing Classes:
WordPseudoReductionSeq

public interface WordPseudoReduction<C extends RingElem<C>> extends WordReduction<C>
Polynomial pseudo reduction interface. Defines additionally normalformFactor and normalformRecursive.