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

◆ cv_rhs()

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

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

Definition at line 579 of file cvodes_integrator_adjoint.hpp.