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

◆ operator()()

template<int Lmm, 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< Lmm, F, T_y0, T_t0, T_ts, T_Args >::operator() ( )
inline

Solve the ODE initial value problem y' = f(t, y), y(t0) = y0 at a set of times, { t1, t2, t3, ... } using the stiff backward differentiation formula (BDF) solver in CVODES.

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

Definition at line 268 of file cvodes_integrator.hpp.