eigen/doc/snippets/Cwise_cbrt.cpp

3 lines
46 B
C++
Raw Normal View History

Array3d v(1, 2, 4);
2023-10-25 11:06:13 +08:00
cout << v.cbrt() << endl;