blob: 005fba7b6351e3668616b46b134493389c217285 [file] [log] [blame]
Benoit Jacobe7bdbe2e2007-12-27 21:43:10 +00001Matrix3i 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;