|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.chaos.GingerbreadManMap
public final class GingerbreadManMap
The GingerbreadManMap class provides an object that encapsulates the gingerbread man map. xn+1 = 1 - yn + |xn| yn+1 = xn (Devaney).
Field Summary | |
---|---|
static double[] |
X_CHAOS
Chaotic x value. |
Constructor Summary | |
---|---|
GingerbreadManMap()
Constructs a gingerbread man map. |
Method Summary | |
---|---|
double[] |
iterate(int n,
double[] x)
Iterates the map. |
double[] |
map(double[] x)
Performs the mapping. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double[] X_CHAOS
Constructor Detail |
---|
public GingerbreadManMap()
Method Detail |
---|
public double[] map(double[] x)
map
in interface MappingND
x
- a 2-D double array
public double[] iterate(int n, double[] x)
n
- the number of iterationsx
- the initial values (2-D)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |