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