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