Sign in
◑
Theme
eigen
/
mirror
/
14fa321d86d13af82d7631e8016a71fb8b597d65
/
.
/
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
;