LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[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;