All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JSci.maths.Mapping

public interface Mapping
This interface defines a map or function. It is used to pass user-defined functions to some of the other maths classes.

See Also:
NumericalMath, NMapping

Method Index

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

Methods

 o map
 public abstract double map(double x)
A user-defined function.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index