Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • openbr
  • 3rdparty
  • eigen-eigen-5097c01bcdc4
  • doc
  • snippets
  • Matrix_setRandom_int_int.cpp
  • added more source
    5315f9da
    Josh Klontz authored
    2012-12-20 10:34:48 -0500  
    Browse Code ยป
Matrix_setRandom_int_int.cpp 50 Bytes
Edit Raw Blame History
1 2 3
MatrixXf m;
m.setRandom(3, 3);
cout << m << endl;