xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_acos.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
Array3d
v
(
0
,
sqrt
(
2.
)/
2
,
1
);
2
cout
<<
v
.
acos
() <<
endl
;
3