public interface ODESolver
Modifier and Type | Method and Description |
---|---|
double |
getStepSize()
Gets the step size.
|
void |
initialize(double stepSize)
Initializes the ODE solver.
|
void |
setStepSize(double stepSize)
Sets the initial step size.
|
double |
step()
Steps (advances) the differential equations by the stepSize.
|
void initialize(double stepSize)
stepSize
- double step()
void setStepSize(double stepSize)
stepSize
- double getStepSize()