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