Package edu.jas.gb

Interface EReduction<C extends RingElem<C>>

Type Parameters:
C - coefficient type
All Superinterfaces:
DReduction<C>, Reduction<C>, Serializable
All Known Implementing Classes:
EReductionSeq

public interface EReduction<C extends RingElem<C>> extends DReduction<C>
Polynomial E-Reduction interface. Empty marker interface since all required methods are already defined in the DReduction interface.