public class AlmgrenEnhancedEulerUpdate extends R1ToR1
| Constructor and Description |
|---|
AlmgrenEnhancedEulerUpdate(double dblA,
double dblB)
AlmgrenEnhancedEulerUpdate Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
a()
Retrieve the "A" Parameter
|
double |
b()
Retrieve the "B" Parameter
|
double |
evaluate(double dblT)
Evaluate for the given variate
|
derivative, differential, differential, integrate, maxima, maxima, minima, minimapublic AlmgrenEnhancedEulerUpdate(double dblA,
double dblB)
throws java.lang.Exception
dblA - The "A" ParameterdblB - The "B" Parameterjava.lang.Exception - Thrown if the Inputs are Invalidpublic double a()
public double b()
public double evaluate(double dblT)
throws java.lang.Exception
R1ToR1