mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixes #2735: Component-wise cbrt
This commit is contained in:
committed by
Charles Schlosser
parent
48b254a4bc
commit
5de0f2f89e
2
doc/snippets/Cwise_cbrt.cpp
Normal file
2
doc/snippets/Cwise_cbrt.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
Array3d v(1,2,4);
|
||||
cout << v.cbrt() << endl;
|
||||
Reference in New Issue
Block a user