C++程序  |  4行  |  48 B

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