2008-07-21 00:34:46 +00:00
|
|
|
Matrix3i m = Matrix3i::Random();
|
2007-12-27 21:43:10 +00:00
|
|
|
cout << "Here is the matrix m:" << endl << m << endl;
|
2023-12-05 21:22:55 +00:00
|
|
|
cout << "Here are the coefficients on the main diagonal of m:" << endl << m.diagonal() << endl;
|