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