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