Matrix_setOnes_int_int.cpp 48 Bytes Edit Raw Blame History Permalink 1 2 3 MatrixXf m; m.setOnes(3, 3); cout << m << endl;