Files
eigen/doc/snippets/Cwise_cbrt.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
46 B
C++
Raw Permalink Normal View History

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