Sign in
eigen
/
mirror
/
90dfbc054ed49f7999e506ccd0d8436a61261395
/
.
/
doc
/
snippets
/
MatrixBase_ones_int_int.cpp
blob: 4e829681266975620d9272bbbc27a124475e2d81 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
MatrixXi
::
Ones
(
2
,
3
)
<<
endl
;