blob: 969121208dacd79b7ba7fec645fe9da5316892af [file] [log] [blame]
Jitse Niesen2b5a0062010-07-23 20:32:33 +01001Vector3d v(2,3,4), w(4,2,3);
2cout << v.cwiseQuotient(w) << endl;