eigen/doc/snippets/MatrixBase_random_int_int.cpp

2 lines
40 B
C++
Raw Normal View History

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