
edu.jas.gb.EReduction Maven / Gradle / Ivy
The newest version!
/*
* $Id: EReduction.java 2412 2009-02-07 12:17:54Z kredel $
*/
package edu.jas.gb;
import edu.jas.structure.RingElem;
/**
* Polynomial E-Reduction interface.
* Empty marker interface since all required methods are already
* defined in the DReduction interface.
* @param coefficient type
* @author Heinz Kredel
*/
public interface EReduction>
extends DReduction {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy