Sign in
◑
Theme
eigen
/
mirror
/
67cc641cebd82822b5155c258f317e710398c30e
/
.
/
doc
/
snippets
/
MatrixBase_random_int.cpp
blob: bfd3e6bb3380d8e265bca4e743389e1c855d6ec0 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
VectorXi
::
Random
(
2
)
<<
endl
;