Searched defs:controller_type (Results 1 – 8 of 8) sorted by relevance
77 typedef typename result_of::make_controlled< stepper_type >::type controller_type; in make_controlled() typedef92 typedef typename result_of::make_controlled< stepper_type >::type controller_type; in make_controlled() typedef
44 typedef rosenbrock4_controller< stepper_type > controller_type; typedef55 typedef rosenbrock4_controller< stepper_type > controller_type; typedef
44 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
35 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
34 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
38 typedef controlled_adams_bashforth_moulton< stepper_type > controller_type; typedef
56 typedef rosenbrock4_controller< Stepper > controller_type; typedef in boost::numeric::odeint::rosenbrock4_controller
299 const AstNode& controller_type = *operator_type.sibling; in AnalyzeType1() local