Searched defs:matrix_matrix_prod (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 | 1174 struct matrix_matrix_prod: struct 1176 typedef typename matrix_matrix_binary_functor<M1, M2, TV>::size_type size_type; 1177 typedef typename matrix_matrix_binary_functor<M1, M2, TV>::difference_type difference_type; 1178 typedef typename matrix_matrix_binary_functor<M1, M2, TV>::value_type value_type; 1179 typedef typename matrix_matrix_binary_functor<M1, M2, TV>::result_type result_type; 1183 result_type apply (const matrix_container<C1> &c1, in apply() 1217 result_type apply (const matrix_expression<E1> &e1, in apply() 1234 result_type apply (difference_type size, I1 it1, I2 it2) { in apply() 1247 …e apply (I1 it1, const I1 &it1_end, I2 it2, const I2 &it2_end, packed_random_access_iterator_tag) { in apply() 1276 …e apply (I1 it1, const I1 &it1_end, I2 it2, const I2 &it2_end, sparse_bidirectional_iterator_tag) { in apply()
|