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