LIB
>
almafa
>
engine
>
func-1
> odeRKEvalInterp
odeRKEvalInterp(
rk_res
,
t
)
import
almafa.engine.func-1
Evaluates an interpolated result 'rk_res' at 't'.
rk_res
Result of an interpolated Runge-Kutta method.
t
Place of evaluation.
return value
Value of the solution of the ode at 't'.
For details and examples, c.f. 'odeRK()'.