Home
last modified time | relevance | path

Searched refs:unwrap_reference (Results 1 – 25 of 69) sorted by relevance

123

/third_party/boost/boost/numeric/odeint/stepper/base/
Dsymplectic_rkn_stepper_base.hpp110 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step()
121 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step()
163 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step()
187 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step_impl()
188 …typedef typename odeint::unwrap_reference< typename system_type::first_type >::type coor_deriv_fun… in do_step_impl()
189 …typedef typename odeint::unwrap_reference< typename system_type::second_type >::type momentum_deri… in do_step_impl()
194 typedef typename odeint::unwrap_reference< StateIn >::type state_in_type; in do_step_impl()
195 …typedef typename odeint::unwrap_reference< typename state_in_type::first_type >::type coor_in_type; in do_step_impl()
196 …typedef typename odeint::unwrap_reference< typename state_in_type::second_type >::type momentum_in… in do_step_impl()
201 typedef typename odeint::unwrap_reference< StateOut >::type state_out_type; in do_step_impl()
[all …]
/third_party/boost/boost/numeric/odeint/util/
Dunwrap_reference.hpp36 template<typename T> struct unwrap_reference;
46 struct unwrap_reference struct
52 struct unwrap_reference< std::reference_wrapper<T> > struct
58 struct unwrap_reference< boost::reference_wrapper<T> > struct
60 typedef typename boost::unwrap_reference<T>::type type; argument
65 using ::boost::unwrap_reference;
Dstepper_traits.hpp32 typedef typename boost::numeric::odeint::unwrap_reference< Stepper >::type stepper_type;
39 typedef typename boost::numeric::odeint::unwrap_reference< Stepper >::type stepper_type;
46 typedef typename boost::numeric::odeint::unwrap_reference< Stepper >::type stepper_type;
53 typedef typename boost::numeric::odeint::unwrap_reference< Stepper >::type stepper_type;
/third_party/boost/boost/numeric/odeint/integrate/
Dintegrate_const.hpp44 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_const()
55 typedef typename odeint::unwrap_reference< Stepper >::type stepper_type; in integrate_const()
56 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in integrate_const()
57 typedef typename odeint::unwrap_reference< StepOverflowChecker >::type checker_type; in integrate_const()
77 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_const()
87 typedef typename odeint::unwrap_reference< Stepper >::type stepper_type; in integrate_const()
88 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in integrate_const()
89 typedef typename odeint::unwrap_reference< StepOverflowChecker >::type checker_type; in integrate_const()
108 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_const()
122 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_const()
Dintegrate_n_steps.hpp45 typedef typename odeint::unwrap_reference< Stepper >::type stepper_type; in integrate_n_steps()
46 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in integrate_n_steps()
47 typedef typename odeint::unwrap_reference< StepOverflowChecker >::type checker_type; in integrate_n_steps()
67 typedef typename odeint::unwrap_reference< Stepper >::type stepper_type; in integrate_n_steps()
68 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in integrate_n_steps()
69 typedef typename odeint::unwrap_reference< StepOverflowChecker >::type checker_type; in integrate_n_steps()
89 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_n_steps()
105 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_n_steps()
Dintegrate_times.hpp46 typedef typename odeint::unwrap_reference< Stepper >::type stepper_type; in integrate_times()
47 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in integrate_times()
48 typedef typename odeint::unwrap_reference< StepOverflowChecker >::type checker_type; in integrate_times()
70 typedef typename odeint::unwrap_reference< Stepper >::type stepper_type; in integrate_times()
71 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in integrate_times()
72 typedef typename odeint::unwrap_reference< StepOverflowChecker >::type checker_type; in integrate_times()
127 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_times()
144 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_times()
Dintegrate_adaptive.hpp41 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_adaptive()
65 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_adaptive()
/third_party/boost/boost/core/
Dref.hpp240 template<typename T> struct unwrap_reference struct
248 template<typename T> struct unwrap_reference< reference_wrapper<T> > struct
255 template<typename T> struct unwrap_reference< reference_wrapper<T> const > struct
260 template<typename T> struct unwrap_reference< reference_wrapper<T> volatile > struct
265 template<typename T> struct unwrap_reference< reference_wrapper<T> const volatile > struct
282 template<class T> BOOST_FORCEINLINE typename unwrap_reference<T>::type& unwrap_ref( T & t ) in unwrap_ref()
/third_party/boost/boost/numeric/odeint/integrate/detail/
Dintegrate_adaptive.hpp63 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_adaptive()
64 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_adaptive()
87 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_adaptive()
88 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_adaptive()
127 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_adaptive()
128 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_adaptive()
Dintegrate_times.hpp49 typedef typename odeint::unwrap_reference< Stepper >::type stepper_type; in integrate_times()
50 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in integrate_times()
85 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_times()
86 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_times()
129 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_times()
130 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_times()
Dintegrate_n_steps.hpp49 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_n_steps()
50 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_n_steps()
75 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_n_steps()
103 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_n_steps()
104 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_n_steps()
Dintegrate_const.hpp50 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_const()
51 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_const()
79 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_const()
111 typename odeint::unwrap_reference< Observer >::type &obs = observer; in integrate_const()
112 typename odeint::unwrap_reference< Stepper >::type &st = stepper; in integrate_const()
Dfunctors.hpp40 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in operator ()()
58 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in operator ()()
/third_party/boost/boost/hof/detail/
Dunwrap.hpp17 struct unwrap_reference struct
22 struct unwrap_reference<std::reference_wrapper<T>> struct
/third_party/boost/boost/numeric/odeint/stepper/
Dvelocity_verlet.hpp119 typename odeint::unwrap_reference< System >::type & sys = system; in do_step()
180 typename odeint::unwrap_reference< System >::type & sys = system; in initialize_acc()
188 typedef typename odeint::unwrap_reference< StateInOut >::type state_in_type; in do_step_v1()
189 …typedef typename odeint::unwrap_reference< typename state_in_type::first_type >::type coor_in_type; in do_step_v1()
190 …typedef typename odeint::unwrap_reference< typename state_in_type::second_type >::type momentum_in… in do_step_v1()
Dimplicit_euler.hpp76 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step()
77 …typedef typename odeint::unwrap_reference< typename system_type::first_type >::type deriv_func_typ… in do_step()
78 …typedef typename odeint::unwrap_reference< typename system_type::second_type >::type jacobi_func_t… in do_step()
/third_party/boost/boost/hof/
Ddecay.hpp46 : unwrap_reference<typename std::decay<T>::type>
53 class Result=typename unwrap_reference<typename std::decay<T>::type>::type,
Dalways.hpp89 typedef typename detail::unwrap_reference<T>::type result_type;
109 typedef typename detail::unwrap_reference<T>::type result_type;
/third_party/boost/libs/core/doc/
Dref.qbk38 `boost::unwrap_reference<T>`.
58 `boost::unwrap_reference<X>::type&` where `X` is the type of
64 The type-expression `boost::unwrap_reference<T>::type` is
77 `unwrap_reference`. Frank Mori Hess and Ronald Garcia
/third_party/boost/boost/numeric/odeint/external/mtl4/
Dimplicit_euler_mtl4.hpp71 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step()
72 …typedef typename odeint::unwrap_reference< typename system_type::first_type >::type deriv_func_typ… in do_step()
73 …typedef typename odeint::unwrap_reference< typename system_type::second_type >::type jacobi_func_t… in do_step()
/third_party/boost/boost/numeric/odeint/iterator/integrate/detail/
Dfunctors.hpp40 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in operator ()()
58 typedef typename odeint::unwrap_reference< Observer >::type observer_type; in operator ()()
/third_party/boost/boost/python/object/
Dforward.hpp48 typedef typename unwrap_reference<T>::type& type;
60 typename unwrap_reference<T>::type
/third_party/boost/boost/numeric/odeint/iterator/integrate/
Dintegrate_adaptive.hpp41 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_adaptive()
65 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_adaptive()
Dintegrate_n_steps.hpp43 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_n_steps()
59 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_n_steps()
/third_party/boost/boost/iostreams/detail/
Dwrap_unwrap.hpp36 : unwrap_reference<T>
43 unwrap_reference<T>,

123