Sign in
third-party-mirror
/
eigen
/
04a6c55da3977f8f9e096f6306f4e0d68aeb284a
/
.
/
doc
/
snippets
/
Cwise_acos.cpp
blob: bbbbf52f7b2bfc36060fcc0bdb4c1c821514ee71 [
file
]
Array3d
v
(
0
,
sqrt
(
2.
)
/
2
,
1
);
cout
<<
v
.
acos
()
<<
endl
;