1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-05 10:14:05 +08:00
eigen/doc/snippets/Cwise_cbrt.cpp

3 lines
46 B
C++

Array3d v(1, 2, 4);
cout << v.cbrt() << endl;