blob: 7f6eee85d7a78e372c3ce4572eabde1c1eb1f38f [file] [log] [blame]
Benoit Jacob9466e5f2008-08-19 04:30:28 +00001Vector3d v(2,3,4);
2cout << v.cwise().inverse() << endl;