xref
: /
external
/
eigen
/
doc
/
snippets
/
Matrix_setRandom_int.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
VectorXf
v
;
2
v
.
setRandom
(
3
);
3
cout
<<
v
<<
endl
;
4