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

edu.jas.ps.UnivPowerSeriesMap Maven / Gradle / Ivy

The newest version!
/*
 * $Id: UnivPowerSeriesMap.java 3315 2010-09-05 18:26:34Z kredel $
 */

package edu.jas.ps;


import edu.jas.structure.RingElem;


/**
 * Univariate power series map interface. Defines method for mapping of power
 * series.
 * @param  ring element type
 * @author Heinz Kredel
 */

public interface UnivPowerSeriesMap> {


    /**
     * Map.
     * @return new power series resulting from mapping elements of ps.
     */
    public UnivPowerSeries map(UnivPowerSeries ps);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy