Sign in
eigen
/
mirror
/
336ad582131f94b9e77c91c83c067dbd0c54c3fc
/
.
/
doc
/
snippets
/
Cwise_pow.cpp
blob: 6a58ddfbe4119f97a87b479d57997280981ffcbd [
file
] [
log
] [
blame
]
Vector3d
v
(
8
,
27
,
64
);
cout
<<
v
.
cwise
().
pow
(
0.333333
)
<<
endl
;