blob: 969121208dacd79b7ba7fec645fe9da5316892af [file] [log] [blame]
Vector3d v(2,3,4), w(4,2,3);
cout << v.cwiseQuotient(w) << endl;