Skip to content
Matrix_setRandom_int_int.cpp 50 B
Newer Older
Luker's avatar
Luker committed
MatrixXf m;
m.setRandom(3, 3);
cout << m << endl;