Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/traits/
Dc_array.hpp35 struct matrix_view_traits < T[M][N] > { struct
36 typedef T matrix_type[M][N];
38 typedef std::size_t size_type;
39 typedef std::ptrdiff_t difference_type;
41 typedef row_major_tag orientation_category;
42 typedef dense_tag storage_category;
44 typedef T value_type;
45 typedef const T &const_reference;
46 typedef const T *const_pointer;
48 typedef const matrix_reference<const matrix_type> const_closure_type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dtraits.hpp662 struct matrix_view_traits : container_view_traits <MATRIX> { struct
665 typedef typename MATRIX::orientation_category orientation_category;
668 typedef typename MATRIX::const_iterator1 const_iterator1;
671 typedef typename MATRIX::const_iterator2 const_iterator2;