Matrix_setIdentity_int_int.cpp 52 Bytes Edit Raw Blame History Permalink 1 2 3 MatrixXf m; m.setIdentity(3, 3); cout << m << endl;