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