Sign in
eigen
/
mirror
/
56aad5aafb84b87c9cdf8a237a3d7fdf632b2021
/
.
/
doc
/
snippets
/
MatrixBase_setOnes.cpp
blob: 4cef9c1eb52b053e9958ff53ca449edd60dc9c92 [
file
]
Matrix4i
m
=
Matrix4i
::
Random
();
m
.
row
(
1
).
setOnes
();
cout
<<
m
<<
endl
;