Sign in
third-party-mirror
/
eigen
/
22f6524ff35c9c5aa20dc320bdec8b424da36fa1
/
.
/
doc
/
snippets
/
Cwise_atan.cpp
blob: 1b60a9a003fd8958457ac496282262865bf422ab [
file
] [
log
] [
blame
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
v
.
atan
()
<<
endl
;