|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjecthydroScalingAPI.util.ordDiffEqSolver.Rossler
public class Rossler
A sample implementation of the BasicFunction
with the equations for the Rossler attractor (See Chaos literature). Also see examples
hydroScalingAPI.examples.ordDiffEqns
| Constructor Summary | |
|---|---|
Rossler(float a,
float b,
float c)
Creates new Rossler |
|
| Method Summary | |
|---|---|
double[] |
eval(double[] input)
The double version of the Lorenz equations |
double[] |
eval(double[] input,
double time)
The double version of the Lorenz equations since eqns are time independent |
float[] |
eval(float[] input)
The float version of the Lorenz equations |
float[] |
eval(float[] input,
float time)
The float version of the Lorenz equations since eqns are time independent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rossler(float a,
float b,
float c)
a - The parameter ab - The parameter bc - The parameter c| Method Detail |
|---|
public float[] eval(float[] input)
eval in interface BasicFunctioninput - The values where the function is to be evaluated
public float[] eval(float[] input,
float time)
eval in interface BasicFunctioninput - The values where the function is to be evaluatedtime - The time at which the function is to be evaluated
public double[] eval(double[] input)
eval in interface BasicFunctioninput - The values where the function is to be evaluated
public double[] eval(double[] input,
double time)
eval in interface BasicFunctioninput - The values where the function is to be evaluatedtime - The time at which the function is to be evaluated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.