Home
last modified time | relevance | path

Searched defs:binary_tensor_expression (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dexpression.hpp71 struct binary_tensor_expression struct
74 using self_type = binary_tensor_expression<T,EL,ER,OP>;
75 using tensor_type = T;
76 using binary_operation = OP;
77 using expression_type_left = EL;
78 using expression_type_right = ER;
79 using derived_type = tensor_expression <tensor_type,self_type>;
81 using size_type = typename tensor_type::size_type;
83 …explicit binary_tensor_expression(expression_type_left const& l, expression_type_right const& r, … in binary_tensor_expression() argument
87 binary_tensor_expression(binary_tensor_expression&& l) in binary_tensor_expression() argument
[all …]