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