Home
last modified time | relevance | path

Searched defs:scalar_abs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dublas_wrapper.hpp75 struct scalar_abs: public scalar_unary_functor<T> { struct
76 typedef typename scalar_unary_functor<T>::value_type value_type;
77 typedef typename scalar_unary_functor<T>::argument_type argument_type;
78 typedef typename scalar_unary_functor<T>::result_type result_type;
81 result_type apply (argument_type t) { in apply()