Sign in
eigen
/
mirror
/
7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd
/
.
/
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
;