Sign in
third-party-mirror
/
eigen
/
191bc95ae6eec66b0704a9baff7156bd93b5c4bf
/
.
/
doc
/
snippets
/
Cwise_sin.cpp
blob: 43c4a047d3e039baff4c16600a2c47fe5ae8c8ea [
file
]
Array3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
cout
<<
v
.
sin
()
<<
endl
;