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