Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
fc9480cbb38db2c7585e3ac5d14719237a85d2d7
/
.
/
doc
/
snippets
/
Cwise_sin.cpp
blob: 41ffcc21dfdd655693a6fefbd4bbd099d1444643 [
file
] [
log
] [
blame
]
Vector3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
cout
<<
v
.
cwise
().
sin
()
<<
endl
;