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