All Packages Class Hierarchy This Package Previous Next Index
Class JSci.maths.chaos.GingerbreadManMap
java.lang.Object
|
+----JSci.maths.chaos.GingerbreadManMap
- public final class GingerbreadManMap
- extends Object
- implements NMapping
The GingerbreadManMap class provides an object that encapsulates the gingerbread man map.
(Devaney).
-
X_CHAOS
- Chaotic x value.
-
GingerbreadManMap()
- Constructs a gingerbread man map.
-
iterate(int, Complex[])
- Iterates the map.
-
iterate(int, double[])
- Iterates the map.
-
map(Complex[])
- Performs the mapping.
-
map(double[])
- Performs the mapping.
X_CHAOS
public static final double X_CHAOS[]
- Chaotic x value.
GingerbreadManMap
public GingerbreadManMap()
- Constructs a gingerbread man map.
map
public double[] map(double x[])
- Performs the mapping.
- Parameters:
- x - a 2-D double array
- Returns:
- a 2-D double array
map
public Complex[] map(Complex z[])
- Performs the mapping.
- Parameters:
- z - a 2-D complex array
- Returns:
- a 2-D complex array
iterate
public double[] iterate(int n,
double x[])
- Iterates the map.
- Parameters:
- n - the number of iterations
- x - the initial values (2-D)
- Returns:
- a 2-D double array
iterate
public Complex[] iterate(int n,
Complex z[])
- Iterates the map.
- Parameters:
- n - the number of iterations
- z - the initial values (2-D)
- Returns:
- a 2-D complex array
All Packages Class Hierarchy This Package Previous Next Index