Searched refs:matrix_matrix_binary_functor (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 | 1166 struct matrix_matrix_binary_functor { struct 1175 public matrix_matrix_binary_functor<M1, M2, TV> { 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;
|