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

◆ solution()

template<typename F , typename T_y0 , typename T_t0 , typename T_ts , typename... T_Args>
std::vector< Eigen::Matrix< T_Return, Eigen::Dynamic, 1 > > stan::math::cvodes_integrator_adjoint_vari< F, T_y0, T_t0, T_ts, T_Args >::solution ( )
inlinenoexcept

Obtain solution of ODE.

Returns
std::vector of Eigen::Matrix of the states of the ODE, one for each solution time (excluding the initial state)

Definition at line 388 of file cvodes_integrator_adjoint.hpp.