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