Sign in
eigen
/
mirror
/
6f9c2abf31a8f7201edea230f09389c4569291e2
/
.
/
doc
/
snippets
/
Matrix_setRandom_int.cpp
blob: 6caa837ea217b516f42c5ba85e30274613f7fe74 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
VectorXf
v
;
v
.
setRandom
(
3
);
cout
<<
v
<<
endl
;