Stan Math Library  2.14.0
reverse mode automatic differentiation
stan::math::coupled_ode_system< F, T1, T2 > Struct Template Reference

Base template class for a coupled ordinary differential equation system, which adds sensitivities to the base system. More...

#include <coupled_ode_system.hpp>

Detailed Description

template<typename F, typename T1, typename T2>
struct stan::math::coupled_ode_system< F, T1, T2 >

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::math.

Template Parameters
Fthe functor for the base ode system
T1type of the initial state
T2type of the parameters

Definition at line 25 of file coupled_ode_system.hpp.


The documentation for this struct was generated from the following file:

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