Files
Efim Beshmenev 7f9dc067a1 Initial commit
2026-07-10 19:16:42 +03:00

4 lines
50 B
C++

MatrixXf m;
m.setRandom(3, 3);
cout << m << endl;