Skip to content
Matrix_setZero_int_int.cpp 48 B
Newer Older
Luker's avatar
Luker committed
MatrixXf m;
m.setZero(3, 3);
cout << m << endl;