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