Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/ublas/
Dfunctional.hpp142 struct scalar_minus: struct
144 typedef typename scalar_binary_functor<T1, T2>::argument1_type argument1_type;
145 typedef typename scalar_binary_functor<T1, T2>::argument2_type argument2_type;
146 typedef typename scalar_binary_functor<T1, T2>::result_type result_type;
149 result_type apply (argument1_type t1, argument2_type t2) { in apply()