Sign in
third-party-mirror
/
eigen
/
04a6c55da3977f8f9e096f6306f4e0d68aeb284a
/
.
/
doc
/
snippets
/
Matrix_setRandom_int.cpp
blob: e160dd7dfce4c02820b59ffef4bb6b105cb5427f [
file
]
VectorXf
v
;
v
.
setRandom
(
3
);
cout
<<
v
<<
endl
;