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