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