Searched refs:matrix_binary_scalar1 (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 | 2948 class matrix_binary_scalar1: class 2949 public matrix_expression<matrix_binary_scalar1<E1, E2, F> > { 2956 typedef matrix_binary_scalar1<E1, E2, F> self_type; 2973 matrix_binary_scalar1 (const expression1_type &e1, const expression2_type &e2): in matrix_binary_scalar1() function in boost::numeric::ublas::matrix_binary_scalar1 3001 bool same_closure (const matrix_binary_scalar1 &mbs1) const { in same_closure() 3053 public container_const_reference<matrix_binary_scalar1>, 3058 typedef typename matrix_binary_scalar1::difference_type difference_type; 3059 typedef typename matrix_binary_scalar1::value_type value_type; 3060 typedef typename matrix_binary_scalar1::const_reference reference; 3061 typedef typename matrix_binary_scalar1::const_pointer pointer; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/ |
D | concepts.hpp | 1389 typedef matrix_binary_scalar1<T, matrix<T>, scalar_multiplies<T, T> > expression_model; in concept_checks() 1403 …typedef matrix_binary_scalar1<scalar_value<T>, matrix<T>, scalar_multiplies<T, T> > expression_mod… in concept_checks()
|