Sign in
third-party-mirror
/
eigen
/
04a6c55da3977f8f9e096f6306f4e0d68aeb284a
/
.
/
doc
/
snippets
/
Cwise_sin.cpp
blob: 697a188bc73ea67ffa8fdf96bbfb8b28dc5e5406 [
file
]
Array3d
v
(
EIGEN_PI
,
EIGEN_PI
/
2
,
EIGEN_PI
/
3
);
cout
<<
v
.
sin
()
<<
endl
;