Sign in
eigen
/
mirror
/
4865e1e73265e12d564f8b4d9069a2159f777d90
/
.
/
doc
/
snippets
/
Matrix_setRandom_int.cpp
blob: e160dd7dfce4c02820b59ffef4bb6b105cb5427f [
file
] [
log
] [
blame
]
VectorXf
v
;
v
.
setRandom
(
3
);
cout
<<
v
<<
endl
;