Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
8372bd12bde594af997977c1387bb4d2f8972ceb
/
.
/
doc
/
snippets
/
Cwise_cube.cpp
blob: fd404365a14e43ff1a44a20c3b8df23b04f0021e [
file
] [
log
] [
blame
]
Vector3d
v
(
2
,
3
,
4
);
cout
<<
v
.
cwise
().
cube
()
<<
endl
;