Home | History | Annotate | Download | only in snippets
      1 MatrixXf m;
      2 m.setIdentity(3, 3);
      3 cout << m << endl;
      4