LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Cwise_times_equal.cpp
blob147556c737e3ee8a15f8ebe9bffd0107b7d9e84a
1 Array3d v(1,2,3), w(2,3,0);
2 v *= w;
3 cout << v << endl;