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