Matrix_setRandom_int_int.cpp 50 Bytes Edit Raw Blame History Permalink 1 2 3 MatrixXf m; m.setRandom(3, 3); cout << m << endl;