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