1 #ifndef STAN_LANG_AST_NODE_INTEGRATE_ODE_CONTROL_DEF_HPP 2 #define STAN_LANG_AST_NODE_INTEGRATE_ODE_CONTROL_DEF_HPP 13 const std::string& integration_function_name,
14 const std::string& system_function_name,
Probability, optimization and sampling library.
expression y0_
Initial state (array of real).
expression x_int_
Integer-valued data (array of int).
std::string system_function_name_
Name of the ODE system.
expression max_num_steps_
Maximum number of steps (integer).
integrate_ode_control()
Construct a default ODE integrator object with control.
expression ts_
Solution times (array of real).
expression rel_tol_
Relative tolerance (real).
expression abs_tol_
Absolute tolerance (real).
std::string integration_function_name_
The name of the integrator.
expression t0_
Initial time (real).
expression x_
Real-valued data (array of real).
expression theta_
Parameters (array of real).