blob: ec82d3e41bcd2ccbd07e44d1996a2347f05f20fb [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 sum of each row:" << endl << m.rowwise().sum() << endl;