Sign in
third-party-mirror
/
eigen
/
cd3b0ab2e985e5fe26b4ca4a94be12ba76687e76
/
.
/
doc
/
snippets
/
Matrix_setRandom_int_int.cpp
blob: 80cda11d7b54cbf2f120badb790b1daaa2aa9b07 [
file
]
MatrixXf
m
;
m
.
setRandom
(
3
,
3
);
cout
<<
m
<<
endl
;