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