Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/ublas/
Dfunctional.hpp526 struct vector_norm_2_square : struct
528 typedef typename vector_scalar_real_unary_functor<V>::value_type value_type;
529 typedef typename vector_scalar_real_unary_functor<V>::real_type real_type;
530 typedef typename vector_scalar_real_unary_functor<V>::result_type result_type;
534 result_type apply (const vector_expression<E> &e) { in apply()
547 result_type apply (D size, I it) { in apply()
559 result_type apply (I it, const I &it_end) { in apply()