Package edu.jas.gbufd

Interface RPseudoReduction<C extends RegularRingElem<C>>

Type Parameters:
C - coefficient type
All Superinterfaces:
PseudoReduction<C>, Reduction<C>, RReduction<C>, Serializable
All Known Implementing Classes:
RPseudoReductionSeq

public interface RPseudoReduction<C extends RegularRingElem<C>> extends RReduction<C>, PseudoReduction<C>
Polynomial R pseudo reduction interface. Combines RReduction and PseudoReduction.