|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjecthydroScalingAPI.util.ordDiffEqSolver.Lorenz
public class Lorenz
A sample implementation of the BasicFunction
with the equations for the Lorenz attractor (See Chaos literature) Also see examples
hydroScalingAPI.examples.ordDiffEqns
| Constructor Summary | |
|---|---|
Lorenz(float a,
float r,
float b)
Creates new Lorenz |
|
| 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 Lorenz(float a,
float r,
float b)
a - The parameter ar - The parameter rb - The parameter b| 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.