Sign in
third-party-mirror
/
eigen
/
34de9d370db7d3d3e25d8f02330eaecf3875f54e
/
.
/
doc
/
snippets
/
Cwise_cos.cpp
blob: 37bb0a5a8abac16a83b2a61978df165f9286564f [
file
]
Array3d
v
(
EIGEN_PI
,
EIGEN_PI
/
2
,
EIGEN_PI
/
3
);
cout
<<
v
.
cos
()
<<
endl
;