edu.jas.ps
Interface MultiVarPowerSeriesMap<C extends RingElem<C>>

Type Parameters:
C - ring element type

public interface MultiVarPowerSeriesMap<C extends RingElem<C>>

Multivariate power series map interface. Defines method for mapping of power series.

Author:
Heinz Kredel

Method Summary
 MultiVarPowerSeries<C> map(MultiVarPowerSeries<C> ps)
          Map.
 

Method Detail

map

MultiVarPowerSeries<C> map(MultiVarPowerSeries<C> ps)
Map.

Returns:
new power series resulting from mapping elements of ps.