Skip to content
Matrix_setRandom_int.cpp 47 B
Newer Older
Luker's avatar
Luker committed
VectorXf v;
v.setRandom(3);
cout << v << endl;