Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp76 struct scalar_conj: struct
78 typedef typename scalar_unary_functor<T>::value_type value_type;
79 typedef typename scalar_unary_functor<T>::argument_type argument_type;
80 typedef typename scalar_unary_functor<T>::result_type result_type;
83 result_type apply (argument_type t) { in apply()