![]() |
Stan Math Library
2.9.0
reverse mode automatic differentiation
|
Base template class for a coupled ordinary differential equation system, which adds sensitivities to the base system. More...
#include <coupled_ode_system.hpp>
Base template class for a coupled ordinary differential equation system, which adds sensitivities to the base system.
This template class declaration should not be instantiated directly — it is just here to serve as a base for its specializations, some of which are defined in namespace stan::aggrad
.
F | the functor for the base ode system |
T1 | type of the initial state |
T2 | type of the parameters |
Definition at line 26 of file coupled_ode_system.hpp.