aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Cwise_greater.cpp
blob: 54641e1ce94a6ac853d176577143d8cafb1cfed8 (plain)
1
2
Vector3d v(1,2,3), w(3,2,1);
cout << (v.cwise()>w) << endl;