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