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

◆ cv_rhs_adj()

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_adj ( realtype  t,
N_Vector  y,
N_Vector  yB,
N_Vector  yBdot,
void *  user_data 
)
inlinestaticconstexprprivate

Implements the function of type CVRhsFnB which is the RHS of the backward ODE system.

Definition at line 614 of file cvodes_integrator_adjoint.hpp.