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

◆ coupled_ode_system_impl()

template<typename F , typename T_y0 , typename... Args>
stan::math::coupled_ode_system_impl< true, F, T_y0, Args... >::coupled_ode_system_impl ( const F &  f,
const Eigen::VectorXd &  y0,
std::ostream *  msgs,
const Args &...  args 
)
inline

Construct a coupled ode system from the base system function, initial state of the base system, parameters, and a stream for messages.

Parameters
[in]fthe base ODE system functor
[in]y0the initial state of the base ode
[in,out]msgsstream for messages
[in]argsother additional arguments

Definition at line 45 of file coupled_ode_system.hpp.