Sign in
eigen
/
mirror
/
709e9033355834e6d9166dd9eac975a383e55ece
/
.
/
doc
/
snippets
/
Cwise_cos.cpp
blob: 4eb230a80f98207d33e0ef4b06f7a99812d00871 [
file
] [
log
] [
blame
]
Vector3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
cout
<<
v
.
cwise
().
cos
()
<<
endl
;