|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.chaos.StandardMap
public final class StandardMap
The StandardMap class provides an object that encapsulates the Standard
map. xn+1 = (xn + yn+1) mod 2
yn+1 = (yn + k
sin(xn)) mod 2
(Chirikov, Taylor).
| Constructor Summary | |
|---|---|
StandardMap(double kval)
Constructs a Standard 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 |
| Constructor Detail |
|---|
public StandardMap(double kval)
kval - the value of the k parameter| 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 | ||||||||