Sign in
◑
Theme
eigen
/
mirror
/
5a390a56076907fb0d8b73ef265ec7ae92f6f424
/
.
/
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
;