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