Package edu.jas.gbufd

Class PseudoReductionPar<C extends RingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    Reduction<C>, PseudoReduction<C>, java.io.Serializable

    public class PseudoReductionPar<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:
    Serialized Form