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