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
-
map(Complex)
- A user-defined complex function.
-
map(double)
- A user-defined function.
map
public abstract double map(double x)
- A user-defined function.
map
public abstract Complex map(Complex z)
- A user-defined complex function.
All Packages Class Hierarchy This Package Previous Next Index