Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Cwise_sqrt.cpp
blob97bafe8b3a2ddb64ed95a4385f3014890c13d2a6
1 Array3d v(1,2,4);
2 cout << v.sqrt() << endl;