Matrix_setOnes_int_int.cpp 48 B

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