aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Cwise_min.cpp
blob: a31d5a827f427cb8c377e42fb27a05a57836cd0a (plain)
1
2
Vector3d v(2,3,4), w(4,2,3);
cout << v.cwise().min(w) << endl;