blob: 9ad2044915b82f36bded392dd8663713ecfa7f10 [file] [log] [blame]
Benoit Jacob9466e5f2008-08-19 04:30:28 +00001Vector3d v(2,3,4), w(4,2,3);
2cout << v.cwise()/w << endl;