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