void Runge_Kutta4(ReturnMatrix (*xdot)(Real time, const Matrix & xin),
const Matrix & xo,
Real to,
Real tf,
int nsteps,
RowVector & tout,
Matrix & xout);
| (2.79) |
| (2.80) |
| (2.81) |
None (tout and xout are modified on output)