eigen/doc/snippets/MatrixBase_ones_int_int.cpp
2008-01-03 19:36:32 +00:00

2 lines
37 B
C++

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