Sign in
eigen
/
mirror
/
eb3d8f68bb3103210b6ed3ea13cde2787d2613ab
/
.
/
doc
/
snippets
/
Cwise_atan.cpp
blob: 446844726622a8a9c3bf99c8dd834412985809ef [
file
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
v
.
atan
()
<<
endl
;