Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c55b0172b26fcf0a0b8d5ef0b98c87128e0f6bdb
/
.
/
doc
/
snippets
/
MatrixBase_setOnes.cpp
blob: 4cef9c1eb52b053e9958ff53ca449edd60dc9c92 [
file
] [
log
] [
blame
]
Matrix4i
m
=
Matrix4i
::
Random
();
m
.
row
(
1
).
setOnes
();
cout
<<
m
<<
endl
;