1 #ifndef STAN_LANG_AST_NODE_INTEGRATE_ODE_DEF_HPP 2 #define STAN_LANG_AST_NODE_INTEGRATE_ODE_DEF_HPP 13 const std::string& system_function_name,
expression x_
Real-valued data.
integrate_ode()
Construct a default integrate ODE node.
std::string integration_function_name_
The name of the integrator.
Probability, optimization and sampling library.
expression t0_
Initial time.
expression y0_
Initial state.
expression theta_
Parameters.
expression ts_
Solution times.
std::string system_function_name_
Name of the ODE system.
expression x_int_
Integer-valued data.