Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp65 struct scalar_negate: struct
67 typedef typename scalar_unary_functor<T>::argument_type argument_type;
68 typedef typename scalar_unary_functor<T>::result_type result_type;
71 result_type apply (argument_type t) { in apply()