Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
9466e5f94edbff1219cd48639fd0ef80e11b85a9
/
.
/
doc
/
snippets
/
Cwise_sin.cpp
blob: 41ffcc21dfdd655693a6fefbd4bbd099d1444643 [
file
] [
log
] [
blame
]
Benoit Jacob
9466e5f
2008-08-19 04:30:28 +0000
[
diff
] [
blame^
]
1
Vector3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
2
cout
<<
v
.
cwise
().
sin
()
<<
endl
;