Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
f85db18c1ceff3af7ced18da8c2ce6a11016eb41
/
.
/
doc
/
snippets
/
Cwise_acos.cpp
blob: 34432cbacfb9aa120213a85a1f3190392b0629ad [
file
] [
log
] [
blame
]
Array3d
v
(
0
,
sqrt
(
2.
)/
2
,
1
);
cout
<<
v
.
acos
()
<<
endl
;