Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
72890c2da170577883e6431bd92d612716a31b85
/
.
/
doc
/
snippets
/
Matrix_setConstant_int.cpp
blob: ff5a86c98e9d0d609b609935848491ca2b60f8ee [
file
] [
log
] [
blame
]
VectorXf
v
;
v
.
setConstant
(
3
,
5
);
cout
<<
v
<<
endl
;