Sign in
eigen
/
mirror
/
ff85966fbaef17da40b7fbdfa0786a55ad103e9e
/
.
/
doc
/
snippets
/
Cwise_acos.cpp
blob: 6fca7470d7c5db6c6f044803a330249987b66666 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d
v
(
0
,
sqrt
(
2.
)
/
2
,
1
);
cout
<<
v
.
acos
()
<<
endl
;