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