Home
last modified time | relevance | path

Searched refs:ode_fun (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/grammars/
H A Dsemantic_actions_def.cpp1402 if (ode_fun.y0_.bare_type() != t_ar_double) { in validate_integrate_ode_non_control_args()
1409 if (!ode_fun.t0_.bare_type().is_primitive()) { in validate_integrate_ode_non_control_args()
1416 if (ode_fun.ts_.bare_type() != t_ar_double) { in validate_integrate_ode_non_control_args()
1423 if (ode_fun.theta_.bare_type() != t_ar_double) { in validate_integrate_ode_non_control_args()
1430 if (ode_fun.x_.bare_type() != t_ar_double_data) { in validate_integrate_ode_non_control_args()
1446 if (has_var(ode_fun.t0_, var_map)) { in validate_integrate_ode_non_control_args()
1453 if (has_var(ode_fun.ts_, var_map)) { in validate_integrate_ode_non_control_args()
1460 if (has_var(ode_fun.x_, var_map)) { in validate_integrate_ode_non_control_args()
1500 if (has_var(ode_fun.rel_tol_, var_map)) { in operator ()()
1506 if (has_var(ode_fun.abs_tol_, var_map)) { in operator ()()
[all …]
H A Dsemantic_actions.hpp544 void validate_integrate_ode_non_control_args(const T &ode_fun,
551 void operator()(const integrate_ode &ode_fun, const variable_map &var_map,
559 void operator()(const integrate_ode_control &ode_fun,
/dports/math/cppad/CppAD-20210000.8/example/chkpoint_two/
H A Dode.cpp246 CppAD::ADFun<double> ode_fun(axz_in, axz_out); in ode() local
253 CppAD::chkpoint_two<double> ode_check(ode_fun, "ode", in ode()