blob: f246a1a5fc0e000186f7c1fa3ef3ea06ae221c4f [file] [log] [blame]
Vector3d v(1,2,3);
v.cwise() += 3;
v.cwise() -= 2;
cout << v << endl;