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