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