Solve ODE with Runge-Kutta method (RK4)
solve_ode(ode_ptr, input, init, par = 0)
Matrix with solution
The external point should be created with the function targeted::specify_ode
.
specify_ode
example(specify_ode)
#> Warning: ‘specify_ode’ has a help file but no examples