Sign in
eigen
/
mirror
/
7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd
/
.
/
doc
/
snippets
/
MatrixBase_random_int_int.cpp
blob: 20255b5a3e247b66a3310bf4043bcca72a179c16 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
MatrixXi
::
Random
(
2
,
3
)
<<
endl
;