Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp109 struct scalar_imag: struct
111 typedef typename scalar_real_unary_functor<T>::value_type value_type;
112 typedef typename scalar_real_unary_functor<T>::argument_type argument_type;
113 typedef typename scalar_real_unary_functor<T>::result_type result_type;
116 result_type apply (argument_type t) { in apply()