Interface JSci.maths.Mapping
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JSci.maths.Mapping

public interface Mapping
extends Object
This interface defines a math function. It will be used to pass user-defined math functions to some of the other maths classes, eg NumericalMath.

Method Index

 o map(Complex)
A user-defined complex math function.
 o map(double)
A user-defined math function.

Methods

 o map
  public abstract double map(double x)
A user-defined math function.
 o map
  public abstract Complex map(Complex z)
A user-defined complex math function.

All Packages  Class Hierarchy  This Package  Previous  Next  Index