blob: d717bc0d18905bebb7809f39ba1cc1be75280bd5 [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 minimum of each column:" << endl << m.colwise().minCoeff() << endl;