Home
last modified time | relevance | path

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

/third_party/boost/boost/qvm/
Dmat_traits_defaults.hpp58 mat_traits_defaults struct
60 typedef MatType mat_type;
61 typedef ScalarType scalar_type;
62 static int const rows=Rows;
63 static int const cols=Cols;
69 read_element( mat_type const & x ) in read_element()
77 read_element_idx( int r, int c, mat_type const & x ) in read_element_idx()
87 write_element_idx( int r, int c, mat_type & m ) in write_element_idx()
/third_party/boost/libs/qvm/doc/
Dqvm.adoc1178 [[mat_traits_defaults]] anchor
1222 [[deduce_mat]]