2 lines
39 B
C++
2 lines
39 B
C++
|
cout << MatrixXi::Random(2,3) << endl;
|
|
cout << MatrixXi::Random(2,3) << endl;
|