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