1Matrix4i m = Matrix4i::Random();
2m.row(1).setOnes();
3cout << m << endl;
4