eigen/doc/snippets/MatrixBase_ones_int_int.cpp

2 lines
37 B
C++
Raw Normal View History

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