Sign in
◑
Theme
eigen
/
mirror
/
c6f24af0bbe225d75c5bbe2fe5439a17e6f1882f
/
.
/
doc
/
snippets
/
Cwise_atan.cpp
blob: 537b8f6d4f486eeda4d059aba327a3bad9b6b9e7 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
cout
<<
v
.
atan
()
<<
endl
;