Matrix_setIdentity_int_int.cpp 52 Bytes
MatrixXf m;
m.setIdentity(3, 3);
cout << m << endl;