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