Searched defs:matrix_vector_prod2 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | functional.hpp | 997 struct matrix_vector_prod2: struct 999 typedef typename matrix_vector_binary_functor<M1, M2, TV>::size_type size_type; 1000 typedef typename matrix_vector_binary_functor<M1, M2, TV>::difference_type difference_type; 1001 typedef typename matrix_vector_binary_functor<M1, M2, TV>::value_type value_type; 1002 typedef typename matrix_vector_binary_functor<M1, M2, TV>::result_type result_type; 1006 result_type apply (const vector_container<C1> &c1, in apply() 1039 result_type apply (const vector_expression<E1> &e1, in apply() 1056 result_type apply (difference_type size, I1 it1, I2 it2) { in apply() 1069 result_type apply (I1 it1, const I1 &it1_end, I2 it2, const I2 &it2_end) { in apply() 1098 result_type apply (I1 it1, const I1 &it1_end, I2 it2, const I2 &it2_end, in apply() [all …]
|