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