odeRKEvalInterp(rk_res, t)

Evaluates an interpolated Runge-Kutta result 'rk_res' at 't'.

rk_resResult of an interpolated Runge-Kutta method.
tPlace of evaluation.
return valueValue of the solution of the ode at 't'.

For details and examples, c.f. 'odeRK()'.