Searched refs:matrix_matrix_binary (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/samples/ |
D | Jamfile.v2 | 186 exe matrix_matrix_binary 187 : matrix_matrix_binary.cpp
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | matrix_expression.hpp | 4828 class matrix_matrix_binary: class 4829 public matrix_expression<matrix_matrix_binary<E1, E2, F> > { 4840 typedef matrix_matrix_binary<E1, E2, F> self_type; 4858 matrix_matrix_binary (const expression1_type &e1, const expression2_type &e2): in matrix_matrix_binary() function in boost::numeric::ublas::matrix_matrix_binary 4897 bool same_closure (const matrix_matrix_binary &mmb) const { in same_closure() 4960 public container_const_reference<matrix_matrix_binary>, 4967 typedef typename matrix_matrix_binary::difference_type difference_type; 4968 typedef typename matrix_matrix_binary::value_type value_type; 4969 typedef typename matrix_matrix_binary::const_reference reference; 4970 typedef typename matrix_matrix_binary::const_pointer pointer; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/ |
D | concepts.hpp | 1431 …typedef matrix_matrix_binary<matrix<T>, matrix<T>, matrix_matrix_prod<matrix<T>, matrix<T>, T > > … in concept_checks()
|