![]()  | 
  
    Stan Math Library
    5.1.0
    
   Automatic Differentiation 
   | 
   
| std::vector< std::vector< return_type_t< T_y0, T_param, T_t0, T_ts > > > stan::math::integrate_ode_bdf | ( | const F & | f, | 
| const std::vector< T_y0 > & | 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  | 
        ||
| ) | 
ode_bdf Definition at line 19 of file integrate_ode_bdf.hpp.