Matrix_setZero_int_int.cpp 48 B

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