blob: 7f6eee85d7a78e372c3ce4572eabde1c1eb1f38f [file] [log] [blame]
Vector3d v(2,3,4);
cout << v.cwise().inverse() << endl;