blob: a31d5a827f427cb8c377e42fb27a05a57836cd0a [file] [log] [blame]
Vector3d v(2,3,4), w(4,2,3);
cout << v.cwise().min(w) << endl;