Sign in
third-party-mirror
/
eigen
/
f6c457cdc27f232d7cf7f4f9b801aa8c3f9f18c6
/
.
/
doc
/
snippets
/
Cwise_acos.cpp
blob: bbbbf52f7b2bfc36060fcc0bdb4c1c821514ee71 [
file
] [
log
] [
blame
]
Array3d
v
(
0
,
sqrt
(
2.
)
/
2
,
1
);
cout
<<
v
.
acos
()
<<
endl
;