Sign in
eigen
/
mirror
/
acb32c69d4e8a78763400ac045b7e06930348fe9
/
.
/
doc
/
snippets
/
Cwise_cube.cpp
blob: fd404365a14e43ff1a44a20c3b8df23b04f0021e [
file
] [
log
] [
blame
]
Vector3d
v
(
2
,
3
,
4
);
cout
<<
v
.
cwise
().
cube
()
<<
endl
;