
Last chance! 50% off unlimited learning
Sale ends in
Solve ODE with Runge-Kutta method (RK4)
solve_ode(ode_ptr, input, init, par = 0)
Matrix with solution
pointer (externalptr) to C++ function or an R function
Input matrix. 1st column specifies the time points
Initial conditions
Parameters defining the ODE (parsed to ode_ptr)
Klaus Kähler Holst
The external point should be created with the function targeted::specify_ode
.
specify_ode