PrintMatrix#

template<int m, int n>
void PrintMatrix(
const char *name,
XMatrix<m, n> a,
)#