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