blob: 6a58ddfbe4119f97a87b479d57997280981ffcbd [file] [log] [blame]
Benoit Jacob9466e5f2008-08-19 04:30:28 +00001Vector3d v(8,27,64);
2cout << v.cwise().pow(0.333333) << endl;