blob: 22575494d01d4dfcd1a12bf1e4554524597c51fc [file] [log] [blame]
Matrix4i m = Matrix4i::random();
m.row(1).setZero();
cout << m << endl;