Sign in
eigen
/
mirror
/
44b3287d0c4af752bfde5c37470286ed02ddcd19
/
.
/
doc
/
snippets
/
MatrixBase_zero_int_int.cpp
blob: b7ab81da0f158a690847f8b56b6dd4f01234db6e [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
MatrixXi
::
Zero
(
2
,
3
)
<<
endl
;