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

◆ rhs()

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 ( 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 105 of file cvodes_integrator.hpp.