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