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

◆ cv_rhs_sens()

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_sens ( int  Ns,
realtype  t,
N_Vector  y,
N_Vector  ydot,
N_Vector *  yS,
N_Vector *  ySdot,
void *  user_data,
N_Vector  tmp1,
N_Vector  tmp2 
)
inlinestaticprivate

Implements the function of type CVSensRhsFn which is the RHS of the sensitivity ODE system.

Definition at line 79 of file cvodes_integrator.hpp.