LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Cwise_pow.cpp
bloba723ed8b56f0559861c00957e4c34673f82ae178
1 Array3d v(8,27,64);
2 cout << v.pow(0.333333) << endl;