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