Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ cv_rhs()

template<int Lmm, typename F , typename T_y0 , typename T_t0 , typename T_ts , typename... T_Args>
static int stan::math::cvodes_integrator< Lmm, F, T_y0, T_t0, T_ts, T_Args >::cv_rhs ( realtype  t,
N_Vector  y,
N_Vector  ydot,
void *  user_data 
)
inlinestaticprivate

Implements the function of type CVRhsFn which is the user-defined ODE RHS passed to CVODES.

Definition at line 69 of file cvodes_integrator.hpp.