Files
eigen/doc/snippets/MatrixBase_random_int_int.cpp
2023-12-05 21:22:55 +00:00

2 lines
40 B
C++

cout << MatrixXi::Random(2, 3) << endl;