![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ostream>#include <vector>#include <stan/agrad/rev/functions/value_of.hpp>#include <stan/agrad/rev/internal/precomputed_gradients.hpp>#include <stan/agrad/rev/operators/operator_plus_equal.hpp>#include <stan/math/error_handling/check_equal.hpp>#include <stan/math/error_handling/matrix/check_matching_sizes.hpp>#include <stan/math/ode/coupled_ode_system.hpp>#include <stan/meta/traits.hpp>Go to the source code of this file.
Classes | |
| struct | stan::math::coupled_ode_system< F, double, stan::agrad::var > |
| The coupled ODE system for known initial values and unknown parameters. More... | |
| struct | stan::math::coupled_ode_system< F, stan::agrad::var, double > |
| The coupled ODE system for unknown initial values and known parameters. More... | |
| struct | stan::math::coupled_ode_system< F, stan::agrad::var, stan::agrad::var > |
| The coupled ode system for unknown intial values and unknown parameters. More... | |
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| void | stan::math::add_initial_values (const std::vector< stan::agrad::var > &y0, std::vector< std::vector< stan::agrad::var > > &y) |
| Increment the state derived from the coupled system in the with the original initial state. More... | |