Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
Cwise_acos.cpp
Find file
Normal view
History
Permalink
Cwise_acos.cpp
55 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
2
Array3d
v
(
0
,
sqrt
(
2.
)
/
2
,
1
);
cout
<<
v
.
acos
()
<<
endl
;