Sign in
third-party-mirror
/
eigen
/
2201fb98dc9e6f2f32faea749f3dc71ec7ecc2c2
/
.
/
doc
/
snippets
/
Cwise_sin.cpp
blob: 46fa908cb8caed7e29f14e0fee9344bef99ba559 [
file
]
Array3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
cout
<<
v
.
sin
()
<<
endl
;