Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp829 struct matrix_vector_prod1: struct
831 typedef typename matrix_vector_binary_functor<M1, M2, TV>::size_type size_type;
832 typedef typename matrix_vector_binary_functor<M1, M2, TV>::difference_type difference_type;
833 typedef typename matrix_vector_binary_functor<M1, M2, TV>::value_type value_type;
834 typedef typename matrix_vector_binary_functor<M1, M2, TV>::result_type result_type;
838 result_type apply (const matrix_container<C1> &c1, in apply()
871 result_type apply (const matrix_expression<E1> &e1, in apply()
888 result_type apply (difference_type size, I1 it1, I2 it2) { in apply()
901 result_type apply (I1 it1, const I1 &it1_end, I2 it2, const I2 &it2_end) { in apply()
930 result_type apply (I1 it1, const I1 &it1_end, I2 it2, const I2 &it2_end, in apply()
[all …]