Package edu.jas.ps

Class TaylorFunctionAdapter<C extends RingElem<C>>

  • Type Parameters:
    C - ring element type
    All Implemented Interfaces:
    TaylorFunction<C>

    public abstract class TaylorFunctionAdapter<C extends RingElem<C>>
    extends java.lang.Object
    implements TaylorFunction<C>
    Adapter for functions capable for Taylor series expansion.
    Author:
    Heinz Kredel