|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.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. |
double[] |
map(float[] x)
DOCUMENT ME! |
double[] |
map(int[] x)
DOCUMENT ME! |
double[] |
map(long[] x)
DOCUMENT ME! |
int |
numInputDimensions()
DOCUMENT ME! |
int |
numOutputDimensions()
DOCUMENT ME! |
| 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 PrimitiveMappingNDx - a 2-D double array
org.jscience.mathematics.analysis.Domain.public double[] map(float[] x)
map in interface PrimitiveMappingNDx - DOCUMENT ME!
public double[] map(long[] x)
map in interface PrimitiveMappingNDx - DOCUMENT ME!
public double[] map(int[] x)
map in interface PrimitiveMappingNDx - DOCUMENT ME!
public int numInputDimensions()
numInputDimensions in interface PrimitiveMappingNDpublic int numOutputDimensions()
numOutputDimensions in interface PrimitiveMappingND
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 | ||||||||