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