Searched defs:deduce_mat (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | mat_traits_array.hpp | 91 deduce_mat<T[Rows][Cols],R,C> struct 93 typedef mat<T,R,C> type; 98 deduce_mat<T const[Rows][Cols],R,C> struct 100 typedef mat<T,R,C> type;
|
| H A D | deduce_mat.hpp | 46 deduce_mat struct 49 typedef typename qvm_detail::deduce_mat_default<Type,Rows,Cols>::type type;
|
| H A D | mat_operations.hpp | 443 deduce_mat<qvm_detail::matrix_scalar_cast_<OriginalType,Scalar>,R,C> struct 445 typedef mat<Scalar,R,C> type; 980 deduce_mat<qvm_detail::mref_<M>,R,C> struct 982 typedef mat<typename mat_traits<M>::scalar_type,R,C> type; 1068 deduce_mat<qvm_detail::zero_mat_<T,Rows,Cols>,R,C> struct 1070 typedef mat<T,R,C> type; 1409 deduce_mat<qvm_detail::rotx_mat_<Dim,Angle>,Dim,Dim> struct 1411 typedef mat<Angle,Dim,Dim> type; 1607 deduce_mat<qvm_detail::roty_mat_<Dim,Angle>,Dim,Dim> struct 1609 typedef mat<Angle,Dim,Dim> type; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/detail/ |
| H A D | transp_impl.hpp | 114 deduce_mat<qvm_detail::transposed_<OriginalMatrix>,R,C> struct 116 typedef mat<typename mat_traits<OriginalMatrix>::scalar_type,R,C> type;
|