Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
5165de97a44869188b19e62b669b6bc78d8e96e0
/
.
/
doc
/
snippets
/
Cwise_atan.cpp
blob: 446844726622a8a9c3bf99c8dd834412985809ef [
file
] [
log
] [
blame
]
Jitse Niesen
de150b1
2014-06-19 15:12:33 +0100
[
diff
] [
blame
]
1
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
2
cout
<<
v
.
atan
()
<<
endl
;