Sign in
eigen
/
mirror
/
7882408856e839ad65eff8728e3710a6f2fc779a
/
.
/
doc
/
snippets
/
Cwise_acos.cpp
blob: 34432cbacfb9aa120213a85a1f3190392b0629ad [
file
] [
log
] [
blame
]
Array3d
v
(
0
,
sqrt
(
2.
)/
2
,
1
);
cout
<<
v
.
acos
()
<<
endl
;