LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / MatrixBase_setRandom.cpp
blobe2c257d44fe77f190e2204feca52c60bedb89ce0
1 Matrix4i m = Matrix4i::Zero();
2 m.col(1).setRandom();
3 cout << m << endl;