Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Matrix_setRandom_int_int.cpp
blob80cda11d7b54cbf2f120badb790b1daaa2aa9b07
1 MatrixXf m;
2 m.setRandom(3, 3);
3 cout << m << endl;