Home
last modified time | relevance | path

Searched refs:matrix_binary_scalar2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dmatrix_expression.hpp3474 class matrix_binary_scalar2: class
3475 public matrix_expression<matrix_binary_scalar2<E1, E2, F> > {
3484 typedef matrix_binary_scalar2<E1, E2, F> self_type;
3502 matrix_binary_scalar2 (const expression1_type &e1, const expression2_type &e2): in matrix_binary_scalar2() function in boost::numeric::ublas::matrix_binary_scalar2
3529 bool same_closure (const matrix_binary_scalar2 &mbs2) const { in same_closure()
3581 public container_const_reference<matrix_binary_scalar2>,
3586 typedef typename matrix_binary_scalar2::difference_type difference_type;
3587 typedef typename matrix_binary_scalar2::value_type value_type;
3588 typedef typename matrix_binary_scalar2::const_reference reference;
3589 typedef typename matrix_binary_scalar2::const_pointer pointer;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/detail/
Dconcepts.hpp1396 typedef matrix_binary_scalar2<matrix<T>, T, scalar_multiplies<T, T> > expression_model; in concept_checks()
1410 …typedef matrix_binary_scalar2<matrix<T>, scalar_value<T>, scalar_multiplies<T, T> > expression_mod… in concept_checks()