Matrix4i m = Matrix4i::random();
m.row(1).setZero();
cout << m << endl;