C++程序  |  4行  |  48 B

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