Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::coupled_ode_system< F, T_y0, Args > Struct Template Reference

Detailed Description

template<typename F, typename T_y0, typename... Args>
struct stan::math::coupled_ode_system< F, T_y0, Args >

Definition at line 105 of file coupled_ode_system.hpp.

#include <coupled_ode_system.hpp>

+ Inheritance diagram for stan::math::coupled_ode_system< F, T_y0, Args >:

Public Member Functions

 coupled_ode_system (const F &f, const Eigen::Matrix< T_y0, Eigen::Dynamic, 1 > &y0, std::ostream *msgs, const Args &... args)
 

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