Skip to content

Commit

Permalink
remove left-over outdated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
weberse2 committed May 9, 2019
1 parent 2390317 commit 20883c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions stan/math/prim/arr/functor/integrate_ode_rk45.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ namespace math {
* method</a> as implemented in Boost's <code>
* boost::numeric::odeint::runge_kutta_dopri5</code> integrator.
*
* During ODE integration the global autodiff tape is continuously
* used. Thus, the overall autodiff tape is used and must not be
* used concurrently while ODE integration is executed. In
* particular, the adjoints of the parameter vector are used for
* Jacobian calculations. For details, please refer to the
* coupled_ode_system documentation.
*
* @tparam F type of ODE system function.
* @tparam T1 type of scalars for initial values.
* @tparam T2 type of scalars for parameters.
Expand Down
7 changes: 0 additions & 7 deletions stan/math/rev/mat/functor/cvodes_integrator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ class cvodes_integrator {
* formula which is an implicit numerical integration scheme
* appropiate for stiff ODE systems.
*
* During ODE integration the global autodiff tape is continuously
* used. Thus, the overall autodiff tape is used and must not be
* used concurrently while ODE integration is executed. In
* particular, the adjoints of the parameter vector are used for
* Jacobian calculations. For details, please refer to the
* coupled_ode_system documentation.
*
* @tparam F type of ODE system function.
* @tparam T_initial type of scalars for initial values.
* @tparam T_param type of scalars for parameters.
Expand Down

0 comments on commit 20883c6

Please sign in to comment.