Sign in
third-party-mirror
/
eigen
/
2201fb98dc9e6f2f32faea749f3dc71ec7ecc2c2
/
.
/
doc
/
snippets
/
Cwise_pow.cpp
blob: a723ed8b56f0559861c00957e4c34673f82ae178 [
file
]
Array3d
v
(
8
,
27
,
64
);
cout
<<
v
.
pow
(
0.333333
)
<<
endl
;