ODEMultistepSolver.InternalODEpublic interface ODE
| Modifier and Type | Method | Description |
|---|---|---|
void |
getRate(double[] state,
double[] rate) |
Gets the rate of change using the argument's state variables.
|
double[] |
getState() |
Gets the state variables.
|
double[] getState()
void getRate(double[] state,
double[] rate)
state - the state arrayrate - the rate array