Sign in
eigen
/
mirror
/
90dfbc054ed49f7999e506ccd0d8436a61261395
/
.
/
doc
/
snippets
/
MatrixBase_identity_int_int.cpp
blob: f809df708c2e64c18767674b2318db042b03fd00 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
MatrixXd
::
Identity
(
4
,
3
)
<<
endl
;