blob: cd63413f37f71b837bccda5508882cc2beefae83 [file] [log] [blame]
Brian Silverman72890c22015-09-19 14:37:37 -04001Matrix3i m = Matrix3i::Random();
2cout << "Here is the matrix m:" << endl << m << endl;
3cout << "Here are the coefficients on the main diagonal of m:" << endl
4 << m.diagonal() << endl;