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

◆ rhs() [1/2]

template<typename F , typename T_y0 , typename T_t0 , typename T_ts , typename... T_Args>
template<typename yT , typename... ArgsT>
constexpr auto stan::math::cvodes_integrator_adjoint_vari< F, T_y0, T_t0, T_ts, T_Args >::rhs ( double  t,
const yT &  y,
const std::tuple< ArgsT... > &  args_tuple 
) const
inlineconstexprprivate

Call the ODE RHS with given tuple.

Definition at line 546 of file cvodes_integrator_adjoint.hpp.