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