Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
Cwise_pow.cpp
Find file
Normal view
History
Permalink
Cwise_pow.cpp
53 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
2
Array3d
v
(
8
,
27
,
64
);
cout
<<
v
.
pow
(
0.333333
)
<<
endl
;