Matrix_setIdentity_int_int.cpp 52 B

123
  1. MatrixXf m;
  2. m.setIdentity(3, 3);
  3. cout << m << endl;