Searched refs:matrix_vector_binary2 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | matrix_expression.hpp | 4422 class matrix_vector_binary2: class 4423 public vector_expression<matrix_vector_binary2<E1, E2, F> > { 4432 typedef matrix_vector_binary2<E1, E2, F> self_type; 4449 matrix_vector_binary2 (const expression1_type &e1, const expression2_type &e2): in matrix_vector_binary2() function in boost::numeric::ublas::matrix_vector_binary2 4478 bool same_closure (const matrix_vector_binary2 &mvb2) const { in same_closure() 4512 public container_const_reference<matrix_vector_binary2>, 4519 typedef typename matrix_vector_binary2::difference_type difference_type; 4520 typedef typename matrix_vector_binary2::value_type value_type; 4521 typedef typename matrix_vector_binary2::const_reference reference; 4522 typedef typename matrix_vector_binary2::const_pointer pointer; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/ |
D | concepts.hpp | 1424 …typedef matrix_vector_binary2<vector<T>, matrix<T>, matrix_vector_prod2<matrix<T>, vector<T>, T > … in concept_checks()
|