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