Matrix_setIdentity_int_int.cpp
Go to the documentation of this file.
2 m.setIdentity(3, 3);
3 cout << m << endl;
MatrixXf m
Matrix< float, Dynamic, Dynamic > MatrixXf
Dynamic×Dynamic matrix of type float.
Definition: Matrix.h:501