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