Files
eigen/doc/snippets/MatrixBase_zero_int_int.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
38 B
C++
Raw Normal View History

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