blob: 4cef9c1eb52b053e9958ff53ca449edd60dc9c92 [file] [log] [blame]
Matrix4i m = Matrix4i::Random();
m.row(1).setOnes();
cout << m << endl;