1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-05 18:24:06 +08:00

3 lines
55 B
C++

Array3d v(8, 27, 64);
cout << v.pow(0.333333) << endl;