eigen/doc/snippets/MatrixBase_zero_int_int.cpp

2 lines
37 B
C++
Raw Normal View History

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