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