All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.jas.gbufd.PseudoReduction Maven / Gradle / Ivy

The newest version!
/*
 * $Id: PseudoReduction.java 3423 2010-12-24 10:56:50Z kredel $
 */

package edu.jas.gbufd;


import java.util.List;

import edu.jas.gb.Reduction;
import edu.jas.poly.GenPolynomial;
import edu.jas.structure.RingElem;


/**
 * Polynomial pseudo reduction interface. Defines additionaly normalformFactor.
 * @param  coefficient type.
 * @author Heinz Kredel
 */

public interface PseudoReduction> extends Reduction {


    /**
     * Normalform with multiplication factor.
     * @param Pp polynomial list.
     * @param Ap polynomial.
     * @return ( nf(Ap), mf ) with respect to Pp and mf as multiplication factor
     *         for Ap.
     */
    public PseudoReductionEntry normalformFactor(List> Pp, GenPolynomial Ap);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy