eigen/doc/snippets/Matrix_setIdentity_int_int.cpp

4 lines
52 B
C++
Raw Normal View History

MatrixXf m;
m.setIdentity(3, 3);
cout << m << endl;