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