All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JSci.maths.NMapping

public interface NMapping
This interface defines an N dimensional map.

See Also:
Mapping

Method Index

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

Methods

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index