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

◆ rhs() [2/2]

template<typename F , typename T_y0 , typename T_t0 , typename T_ts , typename... T_Args>
int stan::math::cvodes_integrator_adjoint_vari< F, T_y0, T_t0, T_ts, T_Args >::rhs ( double  t,
const double *  y,
double *&  dy_dt 
) const
inlineprivate

Calculates the ODE RHS, dy_dt, using the user-supplied functor at the given time t and state y.

Definition at line 565 of file cvodes_integrator_adjoint.hpp.