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