LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Matrix_setConstant_int.cpp
blobff5a86c98e9d0d609b609935848491ca2b60f8ee
1 VectorXf v;
2 v.setConstant(3, 5);
3 cout << v << endl;