LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Matrix_setOnes_int_int.cpp
blob1ffb66bbdda0ffc30b8d0ad81e39d1dd15c36da2
1 MatrixXf m;
2 m.setOnes(3, 3);
3 cout << m << endl;