Sign in
eigen
/
mirror
/
90dfbc054ed49f7999e506ccd0d8436a61261395
/
.
/
doc
/
snippets
/
Matrix_setRandom_int_int.cpp
blob: 2fc63ff6face60c329e4445cdca79ac1ea16f89c [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
MatrixXf
m
;
m
.
setRandom
(
3
,
3
);
cout
<<
m
<<
endl
;