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

◆ initial_state()

template<typename F , typename T_y0 , typename... Args>
std::vector< double > stan::math::coupled_ode_system_impl< true, F, T_y0, Args... >::initial_state ( ) const
inline

Returns the initial state of the coupled system.

For arithmetic types this is the same as the regular ode system.

Returns
the initial condition of the coupled system

Definition at line 93 of file coupled_ode_system.hpp.