Sign in
third-party-mirror
/
eigen
/
01de8baeaf828c458935f1bf7b21cdde4c479ba5
/
.
/
doc
/
snippets
/
Cwise_pow.cpp
blob: 28a9dc5f29a7b3236a746194eb9469838738d96a [
file
] [
log
] [
blame
]
Array3d
v
(
8
,
27
,
64
);
cout
<<
v
.
pow
(
0.333333
)
<<
endl
;