Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/ublas/
Dfunctional.hpp339 struct vector_sum: struct
341 typedef typename vector_scalar_unary_functor<V>::value_type value_type;
342 typedef typename vector_scalar_unary_functor<V>::result_type result_type;
346 result_type apply (const vector_expression<E> &e) { in apply()
357 result_type apply (D size, I it) { in apply()
366 result_type apply (I it, const I &it_end) { in apply()