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