Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c55b0172b26fcf0a0b8d5ef0b98c87128e0f6bdb
/
.
/
doc
/
snippets
/
Matrix_setOnes_int_int.cpp
blob: 1ffb66bbdda0ffc30b8d0ad81e39d1dd15c36da2 [
file
] [
log
] [
blame
]
MatrixXf
m
;
m
.
setOnes
(
3
,
3
);
cout
<<
m
<<
endl
;