Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Matrix_setIdentity_int_int.cpp
bloba6596719929d1b641227b523515c9f0cb83e664e
1 MatrixXf m;
2 m.setIdentity(3, 3);
3 cout << m << endl;