Searched defs:scalar_negate (Results 1 – 1 of 1) sorted by relevance
65 struct scalar_negate: struct67 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()