Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
integrate_ode_adams.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/mat/functor/cvodes_integrator.hpp>
#include <ostream>
#include <vector>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename F , typename T_initial , typename T_param , typename T_t0 , typename T_ts >
std::vector< std::vector< typename stan::return_type< T_initial, T_param, T_t0, T_ts >::type > > stan::math::integrate_ode_adams (const F &f, const std::vector< T_initial > &y0, const T_t0 &t0, const std::vector< T_ts > &ts, const std::vector< T_param > &theta, const std::vector< double > &x, const std::vector< int > &x_int, std::ostream *msgs=nullptr, double relative_tolerance=1e-10, double absolute_tolerance=1e-10, long int max_num_steps=1e8)
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.