|
void | initialize (double timestep, double w0, double u0=0.0, double y0=0.0, double sy0=0.0) |
|
void | initializeValues (double u0, double y0, double sy0) |
|
void | setDamping (double w0) |
|
void | integrate (double u) |
|
void | integrateWithUndo (double u) |
| Integrates one step, but saves previous step in case step has to be re-integrated.
|
|
void | redoIntegrate (double u) |
| Re-integrates last step Last step must have been called with integrateWithUndo() for this to work.
|
|
double | valueFirst () |
| Returns first primitive from double integration.
|
|
double | valueSecond () |
| Returns second primitive from double integration.
|
|