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

◆ rhs_sens()

template<int Lmm, typename F , typename T_y0 , typename T_t0 , typename T_ts , typename... T_Args>
void stan::math::cvodes_integrator< Lmm, F, T_y0, T_t0, T_ts, T_Args >::rhs_sens ( double  t,
const double  y[],
N_Vector *  yS,
N_Vector *  ySdot 
)
inlineprivate

Calculates the RHS of the sensitivity ODE system which corresponds to the coupled ode system from which the first N states are omitted, since the first N states are the ODE RHS which CVODES separates from the main ODE RHS.

Definition at line 147 of file cvodes_integrator.hpp.