Searched defs:mat_traits_defaults (Results 1 – 2 of 2) sorted by relevance
58 mat_traits_defaults struct60 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()
1178 [[mat_traits_defaults]] anchor1222 [[deduce_mat]]