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