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