Sign in
eigen
/
mirror
/
570753759291b60b031d9afd285b3e1efe4f63bc
/
.
/
doc
/
snippets
/
Cwise_cos.cpp
blob: f589f0724fdeb3423b9a7689c91e3b92de3241a7 [
file
]
Array3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
cout
<<
v
.
cos
()
<<
endl
;