blob: cd63413f37f71b837bccda5508882cc2beefae83 [file] [log] [blame]
Gael Guennebaudc10f0692008-07-21 00:34:46 +00001Matrix3i m = Matrix3i::Random();
Benoit Jacobe7bdbe2e2007-12-27 21:43:10 +00002cout << "Here is the matrix m:" << endl << m << endl;
3cout << "Here are the coefficients on the main diagonal of m:" << endl
4 << m.diagonal() << endl;