Sign in
eigen
/
mirror
/
refs/heads/cherry-pick-8716f109
/
.
/
doc
/
snippets
/
Cwise_acos.cpp
blob: bbbbf52f7b2bfc36060fcc0bdb4c1c821514ee71 [
file
] [
log
] [
blame
] [
edit
]
Array3d
v
(
0
,
sqrt
(
2.
)
/
2
,
1
);
cout
<<
v
.
acos
()
<<
endl
;