4 lines
50 B
C++
4 lines
50 B
C++
|
MatrixXf m;
|
||
|
m.setRandom(3, 3);
|
||
|
cout << m << endl;
|