Package edu.jas.gbufd

Class PseudoReductionSeq<C extends RingElem<C>>

java.lang.Object
edu.jas.gb.ReductionAbstract<C>
edu.jas.gbufd.PseudoReductionSeq<C>
Type Parameters:
C - coefficient type
All Implemented Interfaces:
Reduction<C>, PseudoReduction<C>, Serializable

public class PseudoReductionSeq<C extends RingElem<C>> extends ReductionAbstract<C> implements PseudoReduction<C>
Polynomial pseudo reduction sequential use algorithm. Coefficients of polynomials must not be from a field, i.e. the fraction free reduction is implemented. Implements normalform.
See Also: