Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
c10021c00a6cb6033bc479a46aef058c48836efd
/
.
/
doc
/
snippets
/
Cwise_atan.cpp
blob: 446844726622a8a9c3bf99c8dd834412985809ef [
file
] [
log
] [
blame
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
v
.
atan
()
<<
endl
;