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

3 lines
46 B
C++

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