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