MatrixBase_setOnes.cpp (72B)
1 Matrix4i m = Matrix4i::Random(); 2 m.row(1).setOnes(); 3 cout << m << endl;