Searched defs:matrix_t (Results 1 – 3 of 3) sorted by relevance
81 typedef struct matrix_t { struct85 } matrix_t; argument
25 using matrix_t = matrix<value_t,format_t>; in main() typedef