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