blob: e8fd3820d839cfea6ef70d9b7d61b0bf547ae677 [file] [log] [blame]
Benoit Jacob9466e5f2008-08-19 04:30:28 +00001Matrix3d m = Matrix3d::Random();
2cout << "Here is the matrix m:" << endl << m << endl;
Gael Guennebaud7ea821d2008-08-28 21:44:56 +00003cout << "Here is the maximum of each column:" << endl << m.colwise().maxCoeff() << endl;